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:
Diffstat (limited to 'source/gameengine/Ketsji/KX_LightIpoSGController.h')
-rw-r--r--source/gameengine/Ketsji/KX_LightIpoSGController.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/source/gameengine/Ketsji/KX_LightIpoSGController.h b/source/gameengine/Ketsji/KX_LightIpoSGController.h
index 459d091ce80..deba37540d5 100644
--- a/source/gameengine/Ketsji/KX_LightIpoSGController.h
+++ b/source/gameengine/Ketsji/KX_LightIpoSGController.h
@@ -55,11 +55,12 @@ private:
double m_ipotime;
public:
- KX_LightIpoSGController() : m_ipotime(0.0),
- m_modify_energy(false),
- m_modify_color(false),
- m_modify_dist(false),
- m_modified(true)
+ KX_LightIpoSGController() :
+ m_modify_energy(false),
+ m_modify_color(false),
+ m_modify_dist(false),
+ m_modified(true),
+ m_ipotime(0.0)
{}
virtual ~KX_LightIpoSGController();