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>2006-05-14 03:31:36 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-05-14 03:31:36 +0400
commit4a5826fa83f15dad702a65438b36ec6d1f0f30df (patch)
tree9a85a95403f3669c335316eb90734cf3c3698c29 /source/gameengine/Ketsji/KX_KetsjiEngine.h
parentd790049639eb4b2517cfaf3d7a3e1fe2e2b21281 (diff)
Patch from Charlie:
Cleared the python dictionary at the end of the game engine, should fix some issues, also reverted the python controller changes, related to this This should fix the following bugs: [ #3789 ] [ #3815 ] possiblyy fixes: [ #3834 ]
Diffstat (limited to 'source/gameengine/Ketsji/KX_KetsjiEngine.h')
-rw-r--r--source/gameengine/Ketsji/KX_KetsjiEngine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.h b/source/gameengine/Ketsji/KX_KetsjiEngine.h
index c476cdb5894..d78ad955e1a 100644
--- a/source/gameengine/Ketsji/KX_KetsjiEngine.h
+++ b/source/gameengine/Ketsji/KX_KetsjiEngine.h
@@ -96,12 +96,14 @@ private:
int m_activecam;
bool m_bFixedTime;
+
bool m_firstframe;
int m_currentFrame;
double m_frameTime;//discrete timestamp of the 'game logic frame'
double m_clockTime;//current time
double m_previousClockTime;//previous clock time
+ double m_remainingTime;
static double m_ticrate;