Merge branch '0.9.0' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.0

This commit is contained in:
Christophe Riccio 2010-08-26 11:35:10 +01:00
commit a8f4b26f83
2 changed files with 3 additions and 5 deletions

View File

@ -522,8 +522,7 @@ namespace detail
return tmat3x4<T>(
m[0] / s,
m[1] / s,
m[2] / s,
m[3] / s);
m[2] / s);
}
template <typename T>
@ -536,8 +535,7 @@ namespace detail
return tmat3x4<T>(
s / m[0],
s / m[1],
s / m[2],
s / m[3]);
s / m[2]);
}
// Unary constant operators

View File

@ -17,7 +17,7 @@
#define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 0
#define GLM_VERSION_REVISION 2
#define GLM_VERSION_REVISION 3
///////////////////////////////////////////////////////////////////////////////////////////////////
// Common values