Makes all Godot API's methods Lower Case
This commit is contained in:
parent
7e4970214c
commit
5ae78fdf6a
112 changed files with 430 additions and 430 deletions
|
|
@ -55,7 +55,7 @@ Error EditorRun::run(const String &p_scene, const String p_custom_args, const Li
|
|||
}
|
||||
|
||||
args.push_back("-epid");
|
||||
args.push_back(String::num(OS::get_singleton()->get_process_ID()));
|
||||
args.push_back(String::num(OS::get_singleton()->get_process_id()));
|
||||
|
||||
if (debug_collisions) {
|
||||
args.push_back("-debugcol");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue