Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Dec 19, 2024
1 parent 12d6f6b commit 050c15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/client/gameclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,7 @@ void CGameClient::OnPredict()
pProj->Destroy();
}
}
m_PrevPredictedWorld.CopyWorld(&m_PredictedWorld);

CCharacter *pLocalChar = m_PredictedWorld.GetCharacterById(m_Snap.m_LocalClientId);
if(!pLocalChar)
Expand Down

0 comments on commit 050c15e

Please sign in to comment.