From 73fed102c25ff85ea3b93152e98150ce0aeae8c1 Mon Sep 17 00:00:00 2001 From: "Marek S. Lukasiewicz" Date: Thu, 30 Jan 2025 14:35:04 +0100 Subject: [PATCH] Change MarshConnector to runtime class --- src/register_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/register_types.cpp b/src/register_types.cpp index aa3a875..369de79 100644 --- a/src/register_types.cpp +++ b/src/register_types.cpp @@ -13,7 +13,7 @@ void initialize_marsh_module(ModuleInitializationLevel p_level) { return; } - GDREGISTER_CLASS(MarshConnector); + GDREGISTER_RUNTIME_CLASS(MarshConnector); } void uninitialize_marsh_module(ModuleInitializationLevel p_level) {