You've already forked godot
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user