mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 06:09:54 +08:00
fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user