minor type in simdvector3, no picking on fixed objects, no run-time type info

This commit is contained in:
ejcoumans
2006-06-21 05:22:43 +00:00
parent ee4ed8b945
commit 324b18b719
98 changed files with 122 additions and 122 deletions

View File

@@ -1751,7 +1751,7 @@ void clientMouseFunc(int button, int state, int x, int y)
CcdPhysicsController* physCtrl = static_cast<CcdPhysicsController*>(hitObj);
RigidBody* body = physCtrl->GetRigidBody();
if (body)
if (body && !body->IsStatic())
{
pickedBody = body;
pickedBody->SetActivationState(DISABLE_DEACTIVATION);