Remove pointless FillMode specification

This commit is contained in:
Dean Herbert 2018-05-31 12:50:01 +09:00
parent 9924ec9606
commit b7511251d9
1 changed files with 0 additions and 1 deletions

View File

@ -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;