Fixed namespace error

This commit is contained in:
Christophe Riccio 2011-05-08 19:41:13 +01:00
parent 9a11b8155e
commit 6088e62291

View File

@ -8,7 +8,7 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm{
namespace gtc{
namespace gtx{
namespace matrix_operation
{
template <typename valType>