mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Reverted special case code changes
As requested by @frenzibyte
This commit is contained in:
parent
a8e3d0bacc
commit
0c57453f4d
@ -39,10 +39,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
if (JudgedObject?.HitObject is OsuHitObject osuObject)
|
||||
{
|
||||
if (JudgedObject?.HitObject is Spinner)
|
||||
Position = osuObject.Position;
|
||||
else
|
||||
Position = osuObject.StackedEndPosition;
|
||||
Position = osuObject.StackedEndPosition;
|
||||
Scale = new Vector2(osuObject.Scale);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user