mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Remove pointless comments
This commit is contained in:
@ -666,7 +666,6 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
screenSuspension?.Expire();
|
screenSuspension?.Expire();
|
||||||
|
|
||||||
// Ensure we reset the LocalUserPlaying state
|
|
||||||
LocalUserPlaying.Value = false;
|
LocalUserPlaying.Value = false;
|
||||||
|
|
||||||
fadeOut();
|
fadeOut();
|
||||||
@ -698,7 +697,6 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
musicController.ResetTrackAdjustments();
|
musicController.ResetTrackAdjustments();
|
||||||
|
|
||||||
// Ensure we reset the LocalUserPlaying state
|
|
||||||
LocalUserPlaying.Value = false;
|
LocalUserPlaying.Value = false;
|
||||||
|
|
||||||
fadeOut();
|
fadeOut();
|
||||||
|
Reference in New Issue
Block a user