Merge branch 'master' into remove-handle-input-overrides

This commit is contained in:
Dan Balasescu 2019-06-27 18:44:55 +09:00 committed by GitHub
commit 3570605255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@ namespace osu.Game.Overlays
});
}
protected override bool DimMainContent => false; // dimming is handled by main overlay
private class BackButton : OsuClickableContainer, IKeyBindingHandler<GlobalAction>
{
private AspectContainer aspect;