mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:02:58 +08: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();
|
rulesetDependencies?.Dispose();
|
||||||
|
|
||||||
if (MusicController?.TrackLoaded == true)
|
if (MusicController?.TrackLoaded == true)
|
||||||
MusicController.CurrentTrack.Stop();
|
MusicController.Stop(false);
|
||||||
|
|
||||||
if (contextFactory?.IsValueCreated == true)
|
if (contextFactory?.IsValueCreated == true)
|
||||||
contextFactory.Value.ResetDatabase();
|
contextFactory.Value.ResetDatabase();
|
||||||
|
Loading…
Reference in New Issue
Block a user