diff --git a/include/osg/Matrixf b/include/osg/Matrixf index d42550b6e..83ebfc486 100644 --- a/include/osg/Matrixf +++ b/include/osg/Matrixf @@ -35,7 +35,7 @@ class SG_EXPORT Matrixf public: - typedef double value_type; + typedef float value_type; inline Matrixf() { makeIdentity(); } inline Matrixf( const Matrixf& mat) { set(mat.ptr()); }