summaryrefslogtreecommitdiff
path: root/examples/HelloWorld
diff options
context:
space:
mode:
authorerwincoumans <erwin.coumans@gmail.com>2015-05-01 11:42:14 -0700
committererwincoumans <erwin.coumans@gmail.com>2015-05-01 11:42:14 -0700
commit218e9f9bf93dabca46720b3d22d9dc6499b87a26 (patch)
tree41f6d5d522904e211627efff3bab6e4aab38be36 /examples/HelloWorld
parent3dd41b84a84ba7689b4fd78ca6c8e9790d3c5653 (diff)
downloadbullet3-218e9f9bf93dabca46720b3d22d9dc6499b87a26.tar.gz
enable URDF loading throught the 'File/Open' menu
set a default camera targets for each demo. note that it is only reset when switching to a different demo, so you can restart at your chosen location. no OpenCL pairbench drawing in OpenGL2 (there is no VBO available etc)
Diffstat (limited to 'examples/HelloWorld')
-rw-r--r--examples/HelloWorld/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/HelloWorld/premake4.lua b/examples/HelloWorld/premake4.lua
index b3f1028ab..3a9436842 100644
--- a/examples/HelloWorld/premake4.lua
+++ b/examples/HelloWorld/premake4.lua
@@ -1,5 +1,5 @@
-project "AppHelloWorld"
+project "App_HelloWorld"
if _OPTIONS["ios"] then
kind "WindowedApp"