mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix various typos with codespell
And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
This commit is contained in:
parent
6bdc4ea88c
commit
312011fade
8 changed files with 9 additions and 9 deletions
|
@ -201,7 +201,7 @@ void InputEventConfigurationDialog::_on_listen_input_changed(const Ref<InputEven
|
|||
}
|
||||
|
||||
if (k.is_valid()) {
|
||||
k->set_pressed(false); // To avoid serialisation of 'pressed' property - doesn't matter for actions anyway.
|
||||
k->set_pressed(false); // To avoid serialization of 'pressed' property - doesn't matter for actions anyway.
|
||||
if (key_mode->get_selected_id() == KEYMODE_KEYCODE) {
|
||||
k->set_physical_keycode(Key::NONE);
|
||||
k->set_key_label(Key::NONE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue