mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 04:09:53 +08:00
fix formatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user