mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 09:12:58 +08:00
Merge pull request #867 from smoogipooo/fix-direct-hotkey
Fix osu!direct hotkey overriding drawings hotkey (for now).
This commit is contained in:
commit
fb24e69d44
@ -255,6 +255,9 @@ namespace osu.Game
|
||||
settings.ToggleVisibility();
|
||||
return true;
|
||||
case Key.D:
|
||||
if (state.Keyboard.ShiftPressed || state.Keyboard.AltPressed)
|
||||
return false;
|
||||
|
||||
direct.ToggleVisibility();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user