1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

fix formatting

This commit is contained in:
mcendu 2020-02-08 09:53:20 +08:00
parent 4d9232a895
commit ca09ae6849

View File

@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.Mods
if (d is SpinnerDisc s)
{
if (s.Valid)
s.Rotate((float)frameDelay);
s.Rotate((float)frameDelay);
}
};
}