From 202e846a5639c370fadbe9711e456587c61fec67 Mon Sep 17 00:00:00 2001 From: Edmond Mondor Date: Wed, 11 May 2022 14:16:44 -0700 Subject: [PATCH] Fix compile error --- Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp b/Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp index 17669f5d..6e9df8ef 100644 --- a/Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp +++ b/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; }