mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 13:53:10 +08:00
Check if SongSelect is current screen before playing selected song
This commit is contained in:
parent
6851696f63
commit
214ed43b81
@ -350,7 +350,7 @@ namespace osu.Game.Screens.Select
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ensurePlayingSelected(preview);
|
if (IsCurrentScreen) ensurePlayingSelected(preview);
|
||||||
UpdateBeatmap(Beatmap.Value);
|
UpdateBeatmap(Beatmap.Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user