reverted DISABLE_CELL_DMA_READ_ONLY

commented out printf
This commit is contained in:
erwin.coumans
2008-04-01 00:29:21 +00:00
parent a151ec1c73
commit 64df6edf39
3 changed files with 2 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ SpuBatchRaycaster::setCollisionObjectsSkipPE (btCollisionObjectArray& castUponOb
index++;
}
printf("Number of shapes bullet is casting against: %d\n", numNonPEShapes);
// printf("Number of shapes bullet is casting against: %d\n", numNonPEShapes);
btAssert (index == numNonPEShapes);
}