Merge pull request #1551 from peppy/fix-info-wedge

Fix beatmap info wedge not displaying
This commit is contained in:
Dean Herbert 2017-11-21 19:21:00 +09:00 committed by GitHub
commit 790957e97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit 14eb531c0056b8569f21b3571890383ffbea768e
Subproject commit 83925a84072ec9da0d008c82256294b765321c0b

View File

@ -43,12 +43,6 @@ public BeatmapInfoWedge()
};
}
protected override void LoadComplete()
{
base.LoadComplete();
AlwaysPresent = true;
}
protected override bool BlockPassThroughMouse => false;
protected override void PopIn()