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

@ -34,7 +34,7 @@ namespace osu.Game.Graphics.UserInterface
{
base.LoadComplete();
using (spinner.BeginLoopedSequece())
using (spinner.BeginLoopedSequence())
spinner.RotateTo(360, 2000);
}