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:
DrabWeb
2017-01-30 16:15:56 -04:00
parent 2f2f0ed9a3
commit c642660896

View File

@ -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;
}
}
}