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:
authorKent Mein <mein@cs.umn.edu>2002-11-19 03:09:54 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-19 03:09:54 +0300
commit98e307346c81423df08ca26fbb9fa4b2dba4ed3c (patch)
treefa95d0deb4c5bcfafacde08d0df59ec2d0a95cc1
parent33d21df15d98e80771837c6d821d4eb0e1e2310f (diff)
Fixed a typo. Had a [ added.
Kent -- mein@cs.umn.edu
-rw-r--r--source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp b/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp
index 655590c2086..d6717ca342e 100644
--- a/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp
+++ b/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp
@@ -100,7 +100,7 @@ integrateMomentum(
// those MIDPOINT and BACKWARD integration methods are
// in this form not ok with some testfiles !
// For a release build please use forward euler unless completely tested
-[
+
//#define MIDPOINT
//#define BACKWARD
#ifdef MIDPOINT