X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.h;h=a3c3a8f2f6335fb63a460887d25055a4e8e32943;hb=f4e0bcd917fd4270100e219c5fba7af185060111;hp=d618c0616d748d89f97fecdb27e3d4dafa178305;hpb=82282de52e8e8f3bbafefaf92bf76f53f2c2495e;p=libs%2Fgl.git diff --git a/source/effects/shadowmap.h b/source/effects/shadowmap.h index d618c061..a3c3a8f2 100644 --- a/source/effects/shadowmap.h +++ b/source/effects/shadowmap.h @@ -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);