]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/sky.h
Access builtin resources through a global instance
[libs/gl.git] / source / effects / sky.h
index 5cc7bdaa668a6d6935be713f890f9c20991fc891..faa3eb033d594bc73f8eb7cff6eae6b664d6be96 100644 (file)
@@ -55,7 +55,7 @@ private:
        bool rendered;
 
 public:
-       Sky(Resources &, Renderable &, const Light &);
+       Sky(Renderable &, const Light &);
 
        void set_planet(const Planet &);
        void set_view_height(float);