mirror of
https://github.com/ppy/osu
synced 2025-01-14 10:01:14 +00:00
Unsubscribe from track changed event on disposal
This commit is contained in:
parent
6ed4c7caef
commit
a377cccb4d
@ -642,6 +642,7 @@ namespace osu.Game.Screens.Select
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
decoupledRuleset.UnbindAll();
|
||||
music.TrackChanged -= ensureTrackLooping;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user