Browse Source

Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-kcunney

Kieran Cunney 13 years ago
parent
commit
f7fbe49b93
1 changed files with 0 additions and 4 deletions
  1. 0 4
      gameplay/src/PhysicsRigidBody.h

+ 0 - 4
gameplay/src/PhysicsRigidBody.h

@@ -219,7 +219,6 @@ public:
     void setKinematic(bool kinematic);
 
     /**
-<<<<<<< HEAD
      * Sets whether the rigid body is enabled or disabled in the physics world.
      *
      * @param enable true enables the collision object, false disables it.
@@ -227,10 +226,7 @@ public:
     void setEnabled(bool enable);
 
     /**
-     * Gets the height at the given point (only for rigid bodies of type HEIGHTFIELD).
-=======
      * Gets the height and normal at the given point (only for rigid bodies of type HEIGHTFIELD).
->>>>>>> 0d45c907dd0ead0b5318d9a32bc78b367c01e532
      * 
      * @param x The x position.
      * @param y The y position.