You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -113,7 +113,7 @@ void NativeScript::set_library(Ref<GDNativeLibrary> p_library) {
|
||||
lib_path = library->get_active_library_path();
|
||||
|
||||
#ifndef NO_THREADS
|
||||
if (Thread::get_caller_ID() != Thread::get_main_ID()) {
|
||||
if (Thread::get_caller_id() != Thread::get_main_id()) {
|
||||
NSL->defer_init_library(p_library, this);
|
||||
} else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user