Changed value_type back to being a float.
This commit is contained in:
parent
2fec211fea
commit
31a664a24d
@ -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()); }
|
||||
|
Loading…
Reference in New Issue
Block a user