X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fobject.h;h=ca41ffac0a2f086633dcb7153046b08ef1554d3d;hb=31ae3e3c4a28ac2ec97cc3efaa25adbf1511aadc;hp=522d3adc335be01519e8c69df5a9a952c9b7129f;hpb=3ac3a51c623271da815c8ee60c484445871753bf;p=libs%2Fgl.git diff --git a/source/render/object.h b/source/render/object.h index 522d3adc..ca41ffac 100644 --- a/source/render/object.h +++ b/source/render/object.h @@ -2,7 +2,6 @@ #define MSP_GL_OBJECT_H_ #include -#include "bindable.h" #include "renderable.h" #include "renderpass.h" #include "resourceobserver.h" @@ -74,7 +73,7 @@ private: Geometry::BoundingSphere bounding_sphere; bool lod0_watched; - static Matrix identity_matrix; + static const Matrix identity_matrix; public: Object();