1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove pointless FillMode specification

This commit is contained in:
Dean Herbert 2018-05-31 12:50:01 +09:00
parent 9924ec9606
commit b7511251d9

View File

@ -407,7 +407,6 @@ namespace osu.Game.Rulesets.Catch.UI
public CatcherSprite()
{
Size = new Vector2(CATCHER_SIZE);
FillMode = FillMode.Fill;
// 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;