]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/object.h
Mark constant data as const
[libs/gl.git] / source / render / object.h
index b7b549536f4b92bd97c0ee9506e8ab3c48d42111..ca41ffac0a2f086633dcb7153046b08ef1554d3d 100644 (file)
@@ -73,7 +73,7 @@ private:
        Geometry::BoundingSphere<float, 3> bounding_sphere;
        bool lod0_watched;
 
-       static Matrix identity_matrix;
+       static const Matrix identity_matrix;
 
 public:
        Object();