Fix lockup on load after the latest commits
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a2035b7b69
commit
56400169d3
1 changed files with 5 additions and 0 deletions
|
@ -190,6 +190,11 @@ struct Initializer
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
INFO("Clearing asset paths");
|
||||||
|
asset::bundlePath.clear();
|
||||||
|
asset::systemDir.clear();
|
||||||
|
asset::userDir.clear();
|
||||||
|
|
||||||
INFO("Destroying plugins");
|
INFO("Destroying plugins");
|
||||||
plugin::destroyStaticPlugins();
|
plugin::destroyStaticPlugins();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue