1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 09:42:57 +08:00

Merge pull request #639 from huoyaoyuan/fixes

Don't block input in BeatmapInfoWedge.
This commit is contained in:
Dean Herbert 2017-04-17 19:54:06 +09:00 committed by GitHub
commit 3c00776416

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);