X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fobject.h;h=ca41ffac0a2f086633dcb7153046b08ef1554d3d;hp=b7b549536f4b92bd97c0ee9506e8ab3c48d42111;hb=b7ecc29c204faede028556d1942b2d61d5cda9ee;hpb=cf1676a405c2a81413fd565bc83331b7a8778eb5 diff --git a/source/render/object.h b/source/render/object.h index b7b54953..ca41ffac 100644 --- a/source/render/object.h +++ b/source/render/object.h @@ -73,7 +73,7 @@ private: Geometry::BoundingSphere bounding_sphere; bool lod0_watched; - static Matrix identity_matrix; + static const Matrix identity_matrix; public: Object();