Merge branch 'master' into social-browser

This commit is contained in:
Seth
2017-05-28 15:11:00 -03:00
committed by GitHub
19 changed files with 72 additions and 48 deletions

View File

@ -261,6 +261,9 @@ namespace osu.Game
settings.ToggleVisibility();
return true;
case Key.D:
if (state.Keyboard.ShiftPressed || state.Keyboard.AltPressed)
return false;
direct.ToggleVisibility();
return true;
}