Skip to content

Commit

Permalink
test13
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Dec 19, 2024
1 parent 4f083b4 commit 224b144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/client/prediction/gameworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ void CGameWorld::CopyWorldClean(CGameWorld *pFrom)
if(pCopy)
{
pCopy->m_pParent = nullptr;
pCopy->m_pChild = nullptr;
this->InsertEntity(pCopy);
}
}
Expand Down

0 comments on commit 224b144

Please sign in to comment.