From 61fb5d6ac8dee8818282b4d341e8535c819430a6 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 31 May 2017 11:04:18 +0900 Subject: [PATCH] Add issue URL to comment --- osu.Game/Screens/OsuScreen.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/OsuScreen.cs b/osu.Game/Screens/OsuScreen.cs index 3d8ead0fbb..de9c698f2a 100644 --- a/osu.Game/Screens/OsuScreen.cs +++ b/osu.Game/Screens/OsuScreen.cs @@ -136,6 +136,7 @@ namespace osu.Game.Screens // while this is not necessary as we are constructing our own bindable, there are cases where // the GC doesn't run as fast as expected and this is triggered post-exit. + // added to resolve https://github.com/ppy/osu/issues/829 beatmap.ValueChanged -= OnBeatmapChanged; return false;