X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fenvironmentmap.h;h=aa95630f1d4886815930201abbdbea8c4dd3c999;hp=006779462f5b93853e16c18ddf357caf06f7fff1;hb=00cc52f21b5ae29fb1b25c162552c851a0559e66;hpb=d386eadfd08b556ecb05627a7ceca14652e8b1e5 diff --git a/source/environmentmap.h b/source/environmentmap.h index 00677946..aa95630f 100644 --- a/source/environmentmap.h +++ b/source/environmentmap.h @@ -42,7 +42,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