mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove pointless FillMode specification
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user