mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Fix typos
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
using (icon.BeginLoopedSequece())
|
||||
using (icon.BeginLoopedSequence())
|
||||
icon.RotateTo(360, 1000);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user