mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 23:24:33 +08:00
Remove pointless comments
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user