1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Fix spinners becoming wonky.

This commit is contained in:
Dean Herbert 2017-04-18 22:29:58 +09:00
parent 437a4a5943
commit 705e66c7a1
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

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