mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix spinners becoming wonky.
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
Position = s.Position;
|
||||
|
||||
//take up full playfield.
|
||||
Size = OsuPlayfield.BASE_SIZE;
|
||||
Size = new Vector2(OsuPlayfield.BASE_SIZE.X);
|
||||
|
||||
spinner = s;
|
||||
|
||||
|
Reference in New Issue
Block a user