mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Fix tests not ending execution after some exceptions
This commit is contained in:
parent
1c96e7593a
commit
491c9e96e0
@ -61,7 +61,8 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
beatmap?.Value.Track.Stop();
|
||||
if (beatmap?.Value.TrackLoaded == true)
|
||||
beatmap.Value.Track.Stop();
|
||||
|
||||
if (localStorage.IsValueCreated)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user