1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Remove uncommented line

Didn't mean to push this
This commit is contained in:
HoLLy 2019-01-31 18:10:44 +01:00
parent 30292f44da
commit be6b5419c4

View File

@ -447,7 +447,6 @@ namespace osu.Game.Rulesets.Catch.UI
Size = new Vector2(CATCHER_SIZE);
// Sets the origin roughly to the centre of the catcher's plate to allow for correct scaling.
// OriginPosition = new Vector2(-0.02f, 0.06f) * CATCHER_SIZE;
OriginPosition = new Vector2(-0.02f, 0.06f) * CATCHER_SIZE;
}