Changed value_type back to being a float.

This commit is contained in:
Robert Osfield 2004-07-25 18:46:20 +00:00
parent 2fec211fea
commit 31a664a24d

View File

@ -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()); }