prepare for Bullet 2 demo collection

This commit is contained in:
erwin coumans
2013-12-19 22:14:37 -08:00
parent abeea0c8b0
commit 12dd0daebc
9 changed files with 214 additions and 29 deletions

View File

@@ -27,7 +27,7 @@ int main(int argc, char* argv[])
char bla[1024];
static int frameCount = 0;
frameCount++;
sprintf(bla,"Simple test frame %d\n", frameCount);
sprintf(bla,"Simple test frame %d", frameCount);
app->drawText(bla,10,10);
app->swapBuffer();