]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
another debug print
authorRudolf Polzer <divverent@alientrap.org>
Wed, 1 Sep 2010 05:52:20 +0000 (07:52 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 1 Sep 2010 05:52:20 +0000 (07:52 +0200)
tools/quake3/q3map2/surface_meta.c

index 8b68ce77c7dc2d488112fe387bda1b473d76b7aa..c077dceee0cc9d16aec85584af39b511547ff205 100644 (file)
@@ -483,6 +483,11 @@ int MaxAreaIndexes(bspDrawVert_t *vert, int cnt, int *indexes)
                }
        }
 
+       /*
+       if(bestV < 0)
+               printf("value was REALLY bad\n");
+       */
+
        if(bestA < TINY_AREA)
                /* the biggest triangle is degenerate - then every other is too, and the other algorithms wouldn't generate anything useful either */
                return 0;