Merge branch 'master' into fix-toolbar-bar

This commit is contained in:
Dean Herbert
2019-06-27 19:58:13 +09:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

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;