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