mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Made TestCasePauseOverlay.retryCount reset on Retry, fixed an issue with PauseButton where if the user moved the cursor in/out very fast and clicked than the glow wouldn't fade out
This commit is contained in:
@ -73,6 +73,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
pauseOverlay.OnResume += () => Logger.Log(@"Resume");
|
||||
pauseOverlay.OnRetry += () => Logger.Log(@"Retry");
|
||||
pauseOverlay.OnQuit += () => Logger.Log(@"Quit");
|
||||
retryCount = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user