Implement NetStartWindow

This commit is contained in:
Magnus Norddahl 2023-12-31 04:15:09 +01:00
commit 888a3b7bda
6 changed files with 183 additions and 7 deletions

View file

@ -375,7 +375,7 @@ void FLevelLocals::ClearLevelData(bool fullgc)
if (levelMesh) delete levelMesh;
aabbTree = nullptr;
levelMesh = nullptr;
if (screen)
if (screen && screen->mShadowMap)
screen->mShadowMap->SetAABBTree(nullptr);
}