Browse Source

Fix compile error

(cherry picked from commit 202e846a56)
working-2022q2
Edmond Mondor 2 years ago committed by rarified
parent
commit
e7b4f5c6ba
  1. 2
      Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp

2
Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp

@ -1336,7 +1336,7 @@ void plPXPhysical::SetSyncState(hsPoint3* pos, hsQuat* rot, hsVector3* linV, hsV
// we've got right now)
if (pos && pos->fZ < kMaxNegativeZPos && initialSync)
{
SimLog("Physical %s loaded out of range state. Forcing initial state to server.", GetKeyName().c_str());
SimLog("Physical %s loaded out of range state. Forcing initial state to server.", GetKeyName());
DirtySynchState(kSDLPhysical, plSynchedObject::kBCastToClients);
return;
}

Loading…
Cancel
Save