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