1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 04:53:52 +08:00

Merge remote-tracking branch 'origin/master' into performance-calculator

This commit is contained in:
smoogipoo
2017-11-21 19:55:28 +09:00
Unverified
2 changed files with 1 additions and 7 deletions
@@ -43,12 +43,6 @@ namespace osu.Game.Screens.Select
};
}
protected override void LoadComplete()
{
base.LoadComplete();
AlwaysPresent = true;
}
protected override bool BlockPassThroughMouse => false;
protected override void PopIn()