X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.h;fp=source%2Feffects%2Fshadowmap.h;h=d618c0616d748d89f97fecdb27e3d4dafa178305;hb=82282de52e8e8f3bbafefaf92bf76f53f2c2495e;hp=5d8bf5095287423827e71f32b988a22811d1777e;hpb=7302c50728ea317bcabe2d243af6b9142aac4ccd;p=libs%2Fgl.git diff --git a/source/effects/shadowmap.h b/source/effects/shadowmap.h index 5d8bf509..d618c061 100644 --- a/source/effects/shadowmap.h +++ b/source/effects/shadowmap.h @@ -34,7 +34,7 @@ private: Vector3 target; float radius; float depth_bias; - mutable ProgramData shdata; + ProgramData shdata; bool rendered; public: