mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
ApplyDelay -> AddDelay
This commit is contained in:
@ -35,7 +35,7 @@ namespace osu.Game.Overlays
|
||||
if (v != Visibility.Hidden) return;
|
||||
|
||||
//handle the dialog being dismissed.
|
||||
dialog.ApplyDelay(PopupDialog.EXIT_DURATION);
|
||||
dialog.AddDelay(PopupDialog.EXIT_DURATION);
|
||||
dialog.Expire();
|
||||
|
||||
if (dialog == currentDialog)
|
||||
|
Reference in New Issue
Block a user