mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 21:27:54 +09:00
Remove uncommented line
Didn't mean to push this
This commit is contained in:
parent
30292f44da
commit
be6b5419c4
@ -447,7 +447,6 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
Size = new Vector2(CATCHER_SIZE);
|
Size = new Vector2(CATCHER_SIZE);
|
||||||
|
|
||||||
// Sets the origin roughly to the centre of the catcher's plate to allow for correct scaling.
|
// 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;
|
OriginPosition = new Vector2(-0.02f, 0.06f) * CATCHER_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user