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>2007-06-26 00:15:36 +0400
committerKent Mein <mein@cs.umn.edu>2007-06-26 00:15:36 +0400
commit22ef0daefd5ea9e71131050eb724f2c894fde648 (patch)
tree9aca1628a28545a44dd0b101854681d6312fbc63 /source/gameengine/Ketsji/KX_GameObject.h
parent613646b33e5fde13158a8d8644df8c97bdde2fbb (diff)
This is patch #6825 (The patch missed a couple of them but
this should get it all. recurse was spelled resurse in a couple of places. Kent
Diffstat (limited to 'source/gameengine/Ketsji/KX_GameObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.h b/source/gameengine/Ketsji/KX_GameObject.h
index f3bf529a37d..db910a46a81 100644
--- a/source/gameengine/Ketsji/KX_GameObject.h
+++ b/source/gameengine/Ketsji/KX_GameObject.h
@@ -416,7 +416,7 @@ public:
void
UpdateIPO(
float curframetime,
- bool resurse,
+ bool recurse,
bool ipo_as_force,
bool force_ipo_local
);