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.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_LightIpoSGController.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Ketsji/KX_LightIpoSGController.cpp b/source/gameengine/Ketsji/KX_LightIpoSGController.cpp
index 6b641f7a63f..70efa9b50c1 100644
--- a/source/gameengine/Ketsji/KX_LightIpoSGController.cpp
+++ b/source/gameengine/Ketsji/KX_LightIpoSGController.cpp
@@ -49,13 +49,13 @@ bool KX_LightIpoSGController::Update(double currentTime)
for (i = m_interpolators.begin(); !(i == m_interpolators.end()); ++i) {
(*i)->Execute(m_ipotime);//currentTime);
}
-
+
RAS_ILightObject *lightobj;
SG_Spatial* ob = (SG_Spatial*)m_pObject;
KX_LightObject* kxlight = (KX_LightObject*) ob->GetSGClientObject();
lightobj = kxlight->GetLightData();
- //lightobj = (KX_Light*)
+ //lightobj = (KX_Light*)
if (m_modify_energy) {
lightobj->m_energy = m_energy;
@@ -107,7 +107,7 @@ SG_Controller* KX_LightIpoSGController::GetReplica(class SG_Node* destnode)
MT_Scalar* blaptr = (MT_Scalar*) newaddrbase;
copyipo->SetNewTarget((MT_Scalar*)blaptr);
}
-
+
return iporeplica;
}
@@ -118,5 +118,5 @@ KX_LightIpoSGController::~KX_LightIpoSGController()
for (i = m_interpolators.begin(); !(i == m_interpolators.end()); ++i) {
delete (*i);
}
-
+
}