Browse Source

Fix edit error in plPXPhysical::ISetTransformGlobal, mismatched braces

rarified/vs2003buildtargets
rarified 5 years ago
parent
commit
b187b8fc59
  1. 1
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp

1
MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plPhysX/plPXPhysical.cpp

@ -861,7 +861,6 @@ void plPXPhysical::ISetTransformGlobal(const hsMatrix44& l2w)
// rules set forth in the SDK documentation.
if (fActor->readBodyFlag(NX_BF_KINEMATIC))
fActor->moveGlobalPose(mat);
}
else
fActor->setGlobalPose(mat);
}

Loading…
Cancel
Save