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…
Reference in New Issue