mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
Cut amount of code down for the spinner judgement fix
This commit is contained in:
parent
b8308b9715
commit
386910ca2e
@ -40,12 +40,9 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
if (JudgedObject?.HitObject is OsuHitObject osuObject)
|
||||
{
|
||||
if (JudgedObject?.HitObject is Spinner)
|
||||
{
|
||||
Position = osuObject.Position;
|
||||
} else
|
||||
{
|
||||
else
|
||||
Position = osuObject.StackedEndPosition;
|
||||
}
|
||||
Scale = new Vector2(osuObject.Scale);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user