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:
authorErwin Coumans <blender@erwincoumans.com>2007-01-21 03:56:10 +0300
committerErwin Coumans <blender@erwincoumans.com>2007-01-21 03:56:10 +0300
commit3917b1af5f475b231ca73ae6ec2cceb52a20d573 (patch)
tree01d9721f5f69ca75f2e6f3f31e042d808e347504 /source/gameengine/Ketsji/KX_IpoActuator.h
parent1ac4b1d5c366c2213497e10050c27090a7421af7 (diff)
bugfix for an incompatibility with ipo actuator in play mode, thanks Malachy for the fix.
Diffstat (limited to 'source/gameengine/Ketsji/KX_IpoActuator.h')
-rw-r--r--source/gameengine/Ketsji/KX_IpoActuator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_IpoActuator.h b/source/gameengine/Ketsji/KX_IpoActuator.h
index 677d72f546e..9a7d1a92751 100644
--- a/source/gameengine/Ketsji/KX_IpoActuator.h
+++ b/source/gameengine/Ketsji/KX_IpoActuator.h
@@ -81,6 +81,8 @@ protected:
/** Apply a force-ipo locally? */
bool m_force_ipo_local;
+ bool m_bIpoPlaying;
+
public:
enum IpoActType
{