X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fshadowmap.h;h=c2c104aca9c69d4d32a669f4f508e4c4d5faa3d6;hp=5f2e16ecd950450befc7c87dc16a447957705102;hb=ca52c492bd4f2fa1a1db3a85e50eaf7c43474830;hpb=d386eadfd08b556ecb05627a7ceca14652e8b1e5 diff --git a/source/shadowmap.h b/source/shadowmap.h index 5f2e16ec..c2c104ac 100644 --- a/source/shadowmap.h +++ b/source/shadowmap.h @@ -55,7 +55,7 @@ public: virtual void setup_frame(Renderer &); virtual void finish_frame(); - virtual void render(Renderer &, const Tag &) const; + virtual void render(Renderer &, const Tag & = Tag()) const; }; } // namespace GL