diff --git a/src/register_types.cpp b/src/register_types.cpp index 4e684dd..67d3c98 100644 --- a/src/register_types.cpp +++ b/src/register_types.cpp @@ -1,4 +1,5 @@ #include "register_types.h" +#include "utils/register_types.hpp" #include #include #include @@ -11,6 +12,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level) if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { return; } + godot_cpp_utils_register_types(); } //void uninitialize_gdextension_types(ModuleInitializationLevel p_level) { diff --git a/src/utils b/src/utils index 7bdb5e7..54fcbcb 160000 --- a/src/utils +++ b/src/utils @@ -1 +1 @@ -Subproject commit 7bdb5e70eb1138c898f4f7382d2906ad6528090f +Subproject commit 54fcbcbb6bea3f086b751d80faca1700dba28a51