mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Remove pointless FillMode specification
This commit is contained in:
parent
9924ec9606
commit
b7511251d9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user