mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-22 14:33:43 +00:00
Fix crash in CEditorApplication::RebuildResourceDatabase
This commit is contained in:
parent
59b34eab31
commit
b73e7975c9
@ -272,7 +272,7 @@ bool CEditorApplication::RebuildResourceDatabase()
|
||||
{
|
||||
// Fake-close the project, but keep it in memory so we can modify the resource store
|
||||
auto pProj = std::move(mpActiveProject);
|
||||
mpActiveProject->TweakManager()->ClearTweaks();
|
||||
pProj->TweakManager()->ClearTweaks();
|
||||
emit ActiveProjectChanged(nullptr);
|
||||
|
||||
// Rebuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user