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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-22 15:42:55 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-22 15:42:55 +0300
commit79f79e0cacd0dbf2b7202cdf929487b6825aa715 (patch)
treebf5238128b2ba711a795e3c5f43ec82ca9f4a9c7 /source/gameengine/Ketsji
parenteac95abdf2087ad6dbacf088cb22dd1efebfc247 (diff)
doxygen: BGE Network, Physics, Rasterizer
Diffstat (limited to 'source/gameengine/Ketsji')
-rw-r--r--source/gameengine/Ketsji/KX_WorldIpoController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/KX_WorldIpoController.h b/source/gameengine/Ketsji/KX_WorldIpoController.h
index bd87286bb41..7771628b5bc 100644
--- a/source/gameengine/Ketsji/KX_WorldIpoController.h
+++ b/source/gameengine/Ketsji/KX_WorldIpoController.h
@@ -47,7 +47,7 @@ public:
private:
T_InterpolatorList m_interpolators;
- unsigned short m_modify_mist_color : 1;
+ unsigned short m_modify_mist_color : 1;
unsigned short m_modify_mist_start : 1;
unsigned short m_modify_mist_dist : 1;
bool m_modified;