Selaa lähdekoodia

Fixed namespace error

Christophe Riccio 14 vuotta sitten
vanhempi
sitoutus
6088e62291
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      glm/gtx/matrix_operation.inl

+ 1 - 1
glm/gtx/matrix_operation.inl

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