]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix brokenness from EnvironmentMap changes
authorMikko Rasa <tdb@tdb.fi>
Wed, 28 Apr 2021 21:52:46 +0000 (00:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 28 Apr 2021 21:59:33 +0000 (00:59 +0300)
Commit fea00ed accidentally included some stuff that wasn't finished yet.

source/effects/environmentmap.h

index 5d1e7c91a7207b02666b736bf8320c4cad99c41f..36c72987b84e7327a0b35c5f5e5d92ac7f26bdb1 100644 (file)
@@ -48,7 +48,7 @@ public:
        EnvironmentMap(Resources &, unsigned size, Renderable &rend, Renderable &env);
        EnvironmentMap(Resources &, unsigned size, PixelFormat, Renderable &rend, Renderable &env);
 private:
-       void init(unsigned, PixelFormat, unsigned);
+       void init(unsigned, PixelFormat);
 
 public:
        void set_depth_clip(float, float);