1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix errors with global config names no more sorrys please

This commit is contained in:
geequlim
2017-07-19 09:25:35 +08:00
parent 9cf72d0ae1
commit 5a2500f580
6 changed files with 9 additions and 9 deletions

View File

@@ -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() {