forked from Sara.Sync/godot-cpp-template
feat: updated utils
parent
8af2858e39
commit
c43edd3fd0
|
@ -12,7 +12,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
|
|||
if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
|
||||
return;
|
||||
}
|
||||
godot_cpp_utils_register_types();
|
||||
utils::godot_cpp_utils_register_types();
|
||||
}
|
||||
|
||||
extern "C"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 54fcbcbb6bea3f086b751d80faca1700dba28a51
|
||||
Subproject commit 3cad3af3fe5ebdc7191f8146d3191189aedcff15
|
Loading…
Reference in New Issue