mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Fix typo on Key.Escape comment
This commit is contained in:
parent
ff6367fa4b
commit
e3502f5200
@ -61,7 +61,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
if (!HasFocus) return false;
|
||||
|
||||
if (e.Key == Key.Escape)
|
||||
return false; // disable the framework-level handling of escape key for confority (we use GlobalAction.Back).
|
||||
return false; // disable the framework-level handling of escape key for conformity (we use GlobalAction.Back).
|
||||
|
||||
return base.OnKeyDown(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user