fix: removed ClueDB unref causing post-exit crash
This commit is contained in:
parent
c01fe1f3e5
commit
ae96216b1c
1 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue