add proper title

This commit is contained in:
erwin coumans
2013-03-22 16:27:00 -07:00
parent 47344ec500
commit 07001d9861

View File

@@ -417,7 +417,7 @@ int main(int argc, char* argv[])
window->setMouseButtonCallback(MyMouseButtonCallback);
window->setKeyboardCallback(MyKeyboardCallback);
window->setWindowTitle("MyTest");
window->setWindowTitle("Bullet 3.x GPU Rigid Body http://bulletphysics.org");
printf("-----------------------------------------------------\n");