1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 06:09:54 +08:00
This commit is contained in:
OliBomby
2023-12-28 20:00:24 +01:00
Unverified
parent f2edd705ea
commit 2193601f3a
-1
View File
@@ -28,7 +28,6 @@ namespace osu.Game.Utils
point.Y -= origin.Y;
Vector2 ret = RotateVector(point, angle);
Matrix2
ret.X += origin.X;
ret.Y += origin.Y;