]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/shadowmap.h
Access builtin resources through a global instance
[libs/gl.git] / source / effects / shadowmap.h
index d618c0616d748d89f97fecdb27e3d4dafa178305..a3c3a8f2f6335fb63a460887d25055a4e8e32943 100644 (file)
@@ -38,8 +38,8 @@ private:
        bool rendered;
 
 public:
-       ShadowMap(Resources &, unsigned, Renderable &, const Light &, Renderable &);
-       DEPRECATED ShadowMap(Resources &, unsigned, Renderable &, const Light &);
+       ShadowMap(unsigned, Renderable &, const Light &, Renderable &);
+       DEPRECATED ShadowMap(unsigned, Renderable &, const Light &);
 private:
        void init(unsigned);