Skip to content

Commit

Permalink
Set minimum library initialization level to SCENE
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Nov 29, 2024
1 parent 547e552 commit bb12f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GDExtensionBool GDE_EXPORT godot_s7_scheme_library_init(
GDExtensionBinding::InitObject init_obj(p_get_proc_address, p_library, r_initialization);
init_obj.register_initializer(initialize_gdextension_types);
init_obj.register_terminator(uninitialize_gdextension_types);
init_obj.set_minimum_library_initialization_level(MODULE_INITIALIZATION_LEVEL_EDITOR);
init_obj.set_minimum_library_initialization_level(MODULE_INITIALIZATION_LEVEL_SCENE);

return init_obj.init();
}
Expand Down

0 comments on commit bb12f18

Please sign in to comment.