mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Stop preview playback when an overlay is popping out
This commit is contained in:
@ -102,12 +102,6 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
updateDisplay();
|
||||
}
|
||||
|
||||
public void StopPreview()
|
||||
{
|
||||
if (preview.Playing)
|
||||
preview.TriggerOnClick();
|
||||
}
|
||||
|
||||
private class DetailBox : Container
|
||||
{
|
||||
private readonly Container content;
|
||||
|
Reference in New Issue
Block a user