From c4fbfb5a8f55a519e0b872904f26fbcc63e30e0d Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 24 Feb 2017 21:46:34 +0900 Subject: [PATCH] Update comment with new knowledge. --- osu.Game/Screens/Play/PlayerLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Play/PlayerLoader.cs b/osu.Game/Screens/Play/PlayerLoader.cs index ba7c392b84..4515eb75a9 100644 --- a/osu.Game/Screens/Play/PlayerLoader.cs +++ b/osu.Game/Screens/Play/PlayerLoader.cs @@ -90,7 +90,7 @@ namespace osu.Game.Screens.Play Content.ScaleTo(0.7f, 150, EasingTypes.InQuint); FadeOut(150); - //this is required to clean up the InputManager in Player. + //OsuScreens are currently never finalised due to the Bindable bindings. //can be removed once we solve that one. if (player != null && player.LoadState != LoadState.Alive) player.Dispose();