Implement NetStartWindow
This commit is contained in:
parent
ec292f0178
commit
888a3b7bda
6 changed files with 183 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue