mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Correct speed of spun out
This commit is contained in:
parent
efa95ecebb
commit
fbdf07dc20
@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
if (d is SpinnerDisc s)
|
if (d is SpinnerDisc s)
|
||||||
{
|
{
|
||||||
if (s.Valid)
|
if (s.Valid)
|
||||||
s.Rotate((float)frameDelay);
|
s.Rotate(180 / MathF.PI * ((float)frameDelay) / 40);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user