Fix typos

This commit is contained in:
Dean Herbert
2017-07-10 03:22:08 +09:00
parent 15fe01d5ee
commit 7952e7caa9
4 changed files with 4 additions and 4 deletions

View File

@ -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);
}