summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Light.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Light.cpp')
-rw-r--r--Stars45/Light.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Light.cpp b/Stars45/Light.cpp
index 7815078..88cd436 100644
--- a/Stars45/Light.cpp
+++ b/Stars45/Light.cpp
@@ -47,7 +47,7 @@ int Light::id_key = 1;
// +--------------------------------------------------------------------+
Light::Light(float l, float dl, int time)
-: id(id_key++), type(LIGHT_POINT), life(time),
+: id(id_key++), type(LIGHT_POINT), life(time),
light(l), dldt(dl), color(255,255,255),
active(true), shadow(false), scene(0)
{ }