Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Dec 19, 2024
1 parent 165b6fe commit 4068629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/client/gameclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2506,8 +2506,8 @@ void CGameClient::OnPredict()
// TClient
// New antiping smoothing

if(m_NewPredictedTick)
m_PredSmoothingWorld.CopyWorldClean(&m_PredictedWorld);
//if(m_NewPredictedTick)
// m_PredSmoothingWorld.CopyWorldClean(&m_PredictedWorld);

for(int i = 0; i < MAX_CLIENTS; i++)
{
Expand Down

0 comments on commit 4068629

Please sign in to comment.