summaryrefslogtreecommitdiffstats
path: root/core/input_map.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-07-19 09:58:06 +0200
committerGitHub <noreply@github.com>2017-07-19 09:58:06 +0200
commit1f91c2908e7c551c20dc00d88212e0aaad44f4cf (patch)
tree127cd16898be268b3a7379e5208c7c6a99783b99 /core/input_map.cpp
parentd4c73ea2b379835e75e02b78073547960cf03a74 (diff)
parent5a2500f580025f474a12f0c6afd5129e23a50b14 (diff)
downloadredot-engine-1f91c2908e7c551c20dc00d88212e0aaad44f4cf.tar.gz
Merge pull request #9698 from GodotExplorer/pr-fix-config
Fix errors with global config names no more sorrys please
Diffstat (limited to 'core/input_map.cpp')
-rw-r--r--core/input_map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/input_map.cpp b/core/input_map.cpp
index 1307c467e6..ab7fcb5b15 100644
--- a/core/input_map.cpp
+++ b/core/input_map.cpp
@@ -281,7 +281,7 @@ void InputMap::load_default() {
key->set_scancode(KEY_PAGEDOWN);
action_add_event("ui_page_down", key);
- //set("display/handheld/orientation", "landscape");
+ //set("display/window/handheld/orientation", "landscape");
}
InputMap::InputMap() {