You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -203,7 +203,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||
|
||||
MAIN_PRINT("Main: Initialize Globals");
|
||||
|
||||
Thread::_main_thread_id = Thread::get_caller_ID();
|
||||
Thread::_main_thread_id = Thread::get_caller_id();
|
||||
|
||||
globals = memnew(ProjectSettings);
|
||||
input_map = memnew(InputMap);
|
||||
|
||||
Reference in New Issue
Block a user