mirror of https://github.com/ppy/osu
Remove pointless FillMode specification
This commit is contained in:
parent
9924ec9606
commit
b7511251d9
|
@ -407,7 +407,6 @@ private class CatcherSprite : Sprite
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue