diff --git a/Code/GamePhysics/PhysicsStructs-Impl.h b/Code/GamePhysics/PhysicsStructs-Impl.h index eac9bef3..46de90cc 100644 --- a/Code/GamePhysics/PhysicsStructs-Impl.h +++ b/Code/GamePhysics/PhysicsStructs-Impl.h @@ -21,6 +21,7 @@ namespace Oyster this->frictionCoeff_Static = 0.5f; this->inertiaTensor = ::Oyster::Math::Float4x4::identity; this->subscription_onCollision = NULL; + this->subscription_onCollisionResponse = NULL; this->subscription_onMovement = NULL; this->ignoreGravity = false; } @@ -35,6 +36,7 @@ namespace Oyster this->frictionCoeff_Dynamic = 0.5f; this->frictionCoeff_Static = 0.5f; this->subscription_onCollision = NULL; + this->subscription_onCollisionResponse = NULL; this->subscription_onMovement = NULL; this->ignoreGravity = false; }