mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
load_from_globals() -> load_from_project_settings()
This commit is contained in:
parent
593e35346a
commit
e5376fb129
3 changed files with 4 additions and 4 deletions
|
|
@ -1143,7 +1143,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
use_custom_res = false;
|
||||
input_map->load_default(); //keys for editor
|
||||
} else {
|
||||
input_map->load_from_globals(); //keys for game
|
||||
input_map->load_from_project_settings(); //keys for game
|
||||
}
|
||||
|
||||
if (bool(ProjectSettings::get_singleton()->get("application/run/disable_stdout"))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue