mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Delay -> ApplyDelay; DelayReset -> ResetDelay
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
if (remaining > 0)
|
||||
{
|
||||
Delay(80);
|
||||
ApplyDelay(80);
|
||||
Schedule(() => sendBarrage(remaining - 1));
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user