1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 07:07:18 +08:00

Remove pointless comments

This commit is contained in:
Dean Herbert 2020-10-08 18:25:43 +09:00
parent 0967db768f
commit 43a575484a

View File

@ -666,7 +666,6 @@ namespace osu.Game.Screens.Play
{
screenSuspension?.Expire();
// Ensure we reset the LocalUserPlaying state
LocalUserPlaying.Value = false;
fadeOut();
@ -698,7 +697,6 @@ namespace osu.Game.Screens.Play
musicController.ResetTrackAdjustments();
// Ensure we reset the LocalUserPlaying state
LocalUserPlaying.Value = false;
fadeOut();