Fix transition stutter

This commit is contained in:
DrabWeb
2017-02-22 16:37:58 -04:00
parent cf5258ceb0
commit a58a0a4edf
2 changed files with 15 additions and 13 deletions

View File

@ -121,9 +121,6 @@ namespace osu.Game.Overlays
}
}
// TODO: Remove when framework updated
public override bool HandleInput => State == Visibility.Visible;
protected override void PopIn()
{
base.Show();