Explorar o código

Moves definition of MATRIX_SIZE to avoid redefinition.

Adam Blake %!s(int64=13) %!d(string=hai) anos
pai
achega
65d5173577
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 2 0
      gameplay/src/MathUtilNeon.inl
  2. 0 2
      gameplay/src/Matrix.cpp

+ 2 - 0
gameplay/src/MathUtilNeon.inl

@@ -1,3 +1,5 @@
+#define MATRIX_SIZE ( sizeof(float) * 16)
+
 namespace gameplay
 {
 

+ 0 - 2
gameplay/src/Matrix.cpp

@@ -3,8 +3,6 @@
 #include "Quaternion.h"
 #include "MathUtil.h"
 
-#define MATRIX_SIZE     ( sizeof(float) * 16 )
-
 namespace gameplay
 {