From 849650fc7a5c31184a0489b4a7a712328e347f45 Mon Sep 17 00:00:00 2001 From: Gallilus Date: Mon, 14 Aug 2023 20:26:26 +0200 Subject: [PATCH] add commented hint --- src/register_types.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/register_types.cpp b/src/register_types.cpp index 1a80f94..38abc60 100644 --- a/src/register_types.cpp +++ b/src/register_types.cpp @@ -11,6 +11,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level) if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) { return; } + //ClassDB::register_class(); } void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {