summaryrefslogtreecommitdiff
path: root/drivers/convex_decomp/b2Polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/convex_decomp/b2Polygon.h')
-rw-r--r--drivers/convex_decomp/b2Polygon.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/convex_decomp/b2Polygon.h b/drivers/convex_decomp/b2Polygon.h
index 36af2fd9d0..c466e28f7e 100644
--- a/drivers/convex_decomp/b2Polygon.h
+++ b/drivers/convex_decomp/b2Polygon.h
@@ -74,9 +74,11 @@ public:
void print(){
printFormatted();
-// for (int32 i=0; i<nVertices; ++i){
-// printf("i: %d, x:%f, y:%f\n",i,x[i],y[i]);
-// }
+ /*
+ for (int32 i=0; i<nVertices; ++i){
+ printf("i: %d, x:%f, y:%f\n",i,x[i],y[i]);
+ }
+ */
}
void printFormatted(){