You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various typos with codespell
And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user