Improve English comment
Replace "implying" by "involving" (both "impliquant" in French).
This commit is contained in:
parent
1846d2f078
commit
2f66acd75d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void input_manager_process_key(struct input_manager *input_manager,
|
|||
|
||||
SDL_bool shift = event->keysym.mod & (KMOD_LSHIFT | KMOD_RSHIFT);
|
||||
if (shift) {
|
||||
// currently, there is no shortcut implying SHIFT
|
||||
// currently, there is no shortcut involving SHIFT
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue