]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - matrixlib.h
found MATRIX4x4_OPENGLORIENTATION to be a speed loss using gcc 4.1.0 with x86_64...
[xonotic/darkplaces.git] / matrixlib.h
index 7d834eac38d28df04a676aac8960a6febd14e6f1..917bd396c2cb701b75331b0a3312cce23f133de3 100644 (file)
@@ -6,7 +6,7 @@
 #define M_PI           3.14159265358979323846  // matches value in gcc v2 math.h
 #endif
 
-#define MATRIX4x4_OPENGLORIENTATION
+//#define MATRIX4x4_OPENGLORIENTATION
 
 typedef struct matrix4x4_s
 {