mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Migrate existing call to new flag parameter
This commit is contained in:
@ -189,7 +189,7 @@ namespace osu.Game.Tests.Visual
|
||||
rulesetDependencies?.Dispose();
|
||||
|
||||
if (MusicController?.TrackLoaded == true)
|
||||
MusicController.CurrentTrack.Stop();
|
||||
MusicController.Stop(false);
|
||||
|
||||
if (contextFactory?.IsValueCreated == true)
|
||||
contextFactory.Value.ResetDatabase();
|
||||
|
Reference in New Issue
Block a user