mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
ApplyDelay -> AddDelay
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user