changes in debug drawing, thanks to Dennis Cappendijk

See Issue 559
This commit is contained in:
erwin.coumans
2012-02-29 04:15:09 +00:00
parent 1bcfd824f2
commit b90352d62b
6 changed files with 36 additions and 20 deletions

View File

@@ -101,7 +101,7 @@ void CharacterDemo::initPhysics()
btTransform tr;
tr.setIdentity();
char* bspfilename = "BspDemo.bsp";
const char* bspfilename = "BspDemo.bsp";
void* memoryBuffer = 0;
FILE* file = fopen(bspfilename,"r");