Minor: Fixes comment typo.

Changes to be committed:
    modified:   libraries/physics/src/ObjectMotionState.h
This commit is contained in:
LaShonda Hopper 2017-10-10 15:39:49 -04:00
parent a9fea4c7d3
commit 8cc20e6b71

View file

@ -66,7 +66,7 @@ class PhysicsEngine;
class ObjectMotionState : public btMotionState {
public:
// These poroperties of the PhysicsEngine are "global" within the context of all ObjectMotionStates
// These properties of the PhysicsEngine are "global" within the context of all ObjectMotionStates
// (assuming just one PhysicsEngine). They are cached as statics for fast calculations in the
// ObjectMotionState context.
static void setWorldOffset(const glm::vec3& offset);