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/Rasterizer/RAS_ILightObject.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_ILightObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Rasterizer/RAS_ILightObject.h b/source/gameengine/Rasterizer/RAS_ILightObject.h
index a3d55c925d6..2ff4ec7da01 100644
--- a/source/gameengine/Rasterizer/RAS_ILightObject.h
+++ b/source/gameengine/Rasterizer/RAS_ILightObject.h
@@ -54,7 +54,7 @@ public:
int m_layer;
void *m_scene;
void *m_light;
-
+
float m_energy;
float m_distance;
float m_shadowclipstart;
@@ -74,7 +74,7 @@ public:
float m_spotblend;
LightType m_type;
-
+
bool m_nodiffuse;
bool m_nospecular;
bool m_glsl;