summaryrefslogtreecommitdiffstats
path: root/core/input/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/input/input.cpp')
-rw-r--r--core/input/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input/input.cpp b/core/input/input.cpp
index b4945b41a8..cf8d71b9a7 100644
--- a/core/input/input.cpp
+++ b/core/input/input.cpp
@@ -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;
}
}