X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.h;h=a3c3a8f2f6335fb63a460887d25055a4e8e32943;hp=d618c0616d748d89f97fecdb27e3d4dafa178305;hb=fe2fc291a4fc618425c64112c9ffd3519f0b8a3e;hpb=08d0a9f283b71e874b769b2661389b0aca598f4f 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);