Disable TEST_NON_VIRTUAL debugging for btGjkPairDetector

This commit is contained in:
erwin.coumans
2008-10-08 21:00:15 +00:00
parent 10d103b50e
commit 0508c3a5d5

View File

@@ -21,7 +21,7 @@ subject to the following restrictions:
#if defined(DEBUG) || defined (_DEBUG)
#define TEST_NON_VIRTUAL 1
//#define TEST_NON_VIRTUAL 1
#include <stdio.h> //for debug printf
#ifdef __SPU__
#include <spu_printf.h>