mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Migrate existing call to new flag parameter
This commit is contained in:
parent
19023e7d43
commit
79f47953a8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user