Automatically added lights are now colored and a bit more dynamic
[supertux.git] / src / object / light.hpp
index f571ea5..b9b625b 100644 (file)
@@ -36,7 +36,7 @@ public:
   void update(float elapsed_time);
   void draw(DrawingContext& context);
 
-private:
+protected:
   Vector position;
   Color color;
   Sprite* sprite;