fix: removed ClueDB unref causing post-exit crash

This commit is contained in:
Sara Gerretsen 2025-10-21 23:15:46 +02:00
parent c01fe1f3e5
commit ae96216b1c

View file

@ -27,7 +27,4 @@ void uninitialize_you_done_it_module(ModuleInitializationLevel p_level) {
if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
return;
}
if (ClueDB::get_singleton().is_valid()) {
ClueDB::get_singleton().unref();
}
}