mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make PreviewTrack.owner private
This commit is contained in:
@ -127,8 +127,7 @@ namespace osu.Game.Overlays
|
||||
protected override void PopOut()
|
||||
{
|
||||
base.PopOut();
|
||||
if (previewTrackManager.CurrentTrack?.Owner == this)
|
||||
previewTrackManager.CurrentTrack?.Stop();
|
||||
previewTrackManager.CurrentTrack?.Stop(this);
|
||||
|
||||
FadeEdgeEffectTo(0, WaveContainer.DISAPPEAR_DURATION, Easing.Out).OnComplete(_ => BeatmapSet = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user