1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 13:22:55 +08:00

rename region

This commit is contained in:
OliBomby 2024-09-23 11:39:42 +02:00
parent a9ebfbe431
commit 0d06b122c1

View File

@ -220,7 +220,7 @@ namespace osu.Game.Utils
return new[] { h.Position };
});
#region welzl_helpers
#region Welzl helpers
// Function to check whether a point lies inside or on the boundaries of the circle
private static bool isInside((Vector2, float) c, Vector2 p)