1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 23:47:24 +08:00

Don't block input in BeatmapInfoWedge.

This commit is contained in:
Huo Yaoyuan 2017-04-17 17:08:01 +08:00
parent 6239eab233
commit c235a14e3e

View File

@ -47,6 +47,8 @@ namespace osu.Game.Screens.Select
protected override bool HideOnEscape => false;
protected override bool BlockPassThroughInput => false;
protected override void PopIn()
{
MoveToX(0, 800, EasingTypes.OutQuint);