mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09: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