diff options
author | geequlim <geequlim@gmail.com> | 2017-07-19 09:25:35 +0800 |
---|---|---|
committer | geequlim <geequlim@gmail.com> | 2017-07-19 09:25:50 +0800 |
commit | 5a2500f580025f474a12f0c6afd5129e23a50b14 (patch) | |
tree | 853754dccd5909a70dd36f530cfbecc94b3aef33 /core/input_map.cpp | |
parent | 9cf72d0ae174badab07b1461f576955725375046 (diff) |
Fix errors with global config names no more sorrys please
Diffstat (limited to 'core/input_map.cpp')
-rw-r--r-- | core/input_map.cpp | 2 |
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() { |