Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / light.cpp
index 1675cf2..a0abfcf 100644 (file)
@@ -50,8 +50,8 @@ Light::draw(DrawingContext& context)
 
   sprite->set_color(color);
   sprite->set_blend(Blend(GL_SRC_ALPHA, GL_ONE));
+  sprite->set_angle(90); // FIXME: color won't get applied for angle=0
   sprite->draw(context, position, 0);
 
   context.pop_target();
 }
-