X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbloom.h;h=957febb20923670ebe53bd99aeb6b31de4faa059;hp=b96fddfc52abeed4c1ce60da16c3fb99f09d8deb;hb=d1e3975c163694d7bca6417463462be950019e5e;hpb=072bbbd579cb82b4571cbb6babebe6e5ea498356 diff --git a/source/bloom.h b/source/bloom.h index b96fddfc..957febb2 100644 --- a/source/bloom.h +++ b/source/bloom.h @@ -44,7 +44,7 @@ public: values mean more blurriness. */ void set_strength(float); - virtual void render(const Texture2D &, const Texture2D &); + virtual void render(Renderer &, const Texture2D &, const Texture2D &); }; } // namespace GL