X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Flight.hpp;h=b9b625b91aa585761e223c8e73ff76a786056832;hb=ca967dcf4ee89f99880355be00782d1cd047be6a;hp=f571ea5782a2d31b38bac0dcc7ac1c5ac84f9f76;hpb=14bdea449bc5bae5aa0d1f9150967f1c86b893a2;p=supertux.git diff --git a/src/object/light.hpp b/src/object/light.hpp index f571ea578..b9b625b91 100644 --- a/src/object/light.hpp +++ b/src/object/light.hpp @@ -36,7 +36,7 @@ public: void update(float elapsed_time); void draw(DrawingContext& context); -private: +protected: Vector position; Color color; Sprite* sprite;