Skip to content

Commit

Permalink
Merge pull request #3 from Gallilus/4.0-1
Browse files Browse the repository at this point in the history
Add commented hint for class registration
  • Loading branch information
paddy-exe authored Aug 26, 2023
2 parents ab88d0b + 849650f commit 8427a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/register_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
return;
}
//ClassDB::register_class<YourClass>();
}

void uninitialize_gdextension_types(ModuleInitializationLevel p_level) {
Expand Down

0 comments on commit 8427a8f

Please sign in to comment.