X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fenvironmentmap.h;h=aa95630f1d4886815930201abbdbea8c4dd3c999;hp=006779462f5b93853e16c18ddf357caf06f7fff1;hb=a993091fbb8fdb76a1d02be9de59529c14b59cf0;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