Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h')
-rw-r--r--source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
index 1911e186a1c..8b70bbc5779 100644
--- a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
+++ b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
@@ -206,7 +206,7 @@ public:
void applyImpulse(const MT_Point3& attach, const MT_Vector3& impulse) ;
/**
- * Applies an impulse through the centre of this object. (ie the angular
+ * Applies an impulse through the center of this object. (ie the angular
* velocity will not change.
*/
void applyCenterImpulse(const MT_Vector3& impulse);