You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix various typos with codespell
And ignore some false positives introduced by recent versions of codespell.
This commit is contained in:
@@ -1544,7 +1544,7 @@ Input::Input() {
|
||||
|
||||
legacy_just_pressed_behavior = GLOBAL_DEF("input_devices/compatibility/legacy_just_pressed_behavior", false);
|
||||
if (Engine::get_singleton()->is_editor_hint()) {
|
||||
// Always use standard behaviour in the editor.
|
||||
// Always use standard behavior in the editor.
|
||||
legacy_just_pressed_behavior = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user