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

@ -213,7 +213,7 @@ namespace osu.Game.Overlays.Notifications
if (pulsate)
{
const float length = 1000;
using (pulsateLayer.BeginLoopedSequece(length / 2))
using (pulsateLayer.BeginLoopedSequence(length / 2))
{
pulsateLayer.FadeTo(0.4f, length, EasingTypes.In);
using (pulsateLayer.BeginDelayedSequence(length))