]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/environmentmap.h
Move lighting calculations to world space
[libs/gl.git] / source / effects / environmentmap.h
index 68bce7de51b0879f593091fcbd63999d6cc2cf47..5d1e7c91a7207b02666b736bf8320c4cad99c41f 100644 (file)
@@ -39,7 +39,7 @@ private:
        Renderbuffer depth_buf;
        Face faces[6];
        const Sampler &sampler;
-       mutable ProgramData shdata;
+       ProgramData shdata;
        bool rendered;
        unsigned update_interval;
        unsigned update_delay;