mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09: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