mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Enable more stringent inspectcode style inspections
This commit is contained in:
@ -63,6 +63,7 @@ namespace osu.Game.Audio
|
||||
|
||||
if (hasStarted)
|
||||
return;
|
||||
|
||||
hasStarted = true;
|
||||
|
||||
track.Restart();
|
||||
@ -81,6 +82,7 @@ namespace osu.Game.Audio
|
||||
|
||||
if (!hasStarted)
|
||||
return;
|
||||
|
||||
hasStarted = false;
|
||||
|
||||
track.Stop();
|
||||
|
Reference in New Issue
Block a user