Delay -> ApplyDelay; DelayReset -> ResetDelay

This commit is contained in:
Thomas Müller
2017-07-16 14:06:46 +03:00
parent 6063219b72
commit 71105bb9ee
28 changed files with 45 additions and 45 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Desktop.VisualTests.Tests
if (remaining > 0)
{
Delay(80);
ApplyDelay(80);
Schedule(() => sendBarrage(remaining - 1));
}
}

View File

@ -84,7 +84,7 @@ namespace osu.Desktop.VisualTests.Tests
break;
case 5:
addSwell(1000);
playfieldContainer.Delay(scroll_time - 100);
playfieldContainer.ApplyDelay(scroll_time - 100);
break;
}