mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 01:13:40 +02:00
Minor: Fixes comment typo.
Changes to be committed: modified: libraries/physics/src/ObjectMotionState.h
This commit is contained in:
parent
a9fea4c7d3
commit
8cc20e6b71
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue