]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/shadowmap.h
Move lighting calculations to world space
[libs/gl.git] / source / effects / shadowmap.h
index 5d8bf5095287423827e71f32b988a22811d1777e..d618c0616d748d89f97fecdb27e3d4dafa178305 100644 (file)
@@ -34,7 +34,7 @@ private:
        Vector3 target;
        float radius;
        float depth_bias;
-       mutable ProgramData shdata;
+       ProgramData shdata;
        bool rendered;
 
 public: