Change MarshConnector to runtime class
This commit is contained in:
parent
6912a580f3
commit
73fed102c2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ void initialize_marsh_module(ModuleInitializationLevel p_level) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GDREGISTER_CLASS(MarshConnector);
|
GDREGISTER_RUNTIME_CLASS(MarshConnector);
|
||||||
}
|
}
|
||||||
|
|
||||||
void uninitialize_marsh_module(ModuleInitializationLevel p_level) {
|
void uninitialize_marsh_module(ModuleInitializationLevel p_level) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue