]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/mathlib/bbox.c
clang: fix build. Still doesn't work right
[xonotic/netradiant.git] / libs / mathlib / bbox.c
index fe5646d9327e683c2285d0e9f2541a6b436b68dc..c8924646faa551c097b85c236a8a5880d3cb21fc 100644 (file)
@@ -166,7 +166,7 @@ int aabb_test_plane( const aabb_t *aabb, const float *plane ){
    from "Graphics Gems", Academic Press, 1990
  */
 
-const int NUMDIM  = 3;
+#define NUMDIM 3
 const int RIGHT   = 0;
 const int LEFT    = 1;
 const int MIDDLE  = 2;