ApplyDelay -> AddDelay

This commit is contained in:
Thomas Müller
2017-07-16 17:47:29 +03:00
parent 99221260c4
commit 032e9df67b
27 changed files with 44 additions and 44 deletions

View File

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