remove compile errors and some debug code in ExampleBrowser.

This commit is contained in:
Erwin Coumans
2016-04-14 12:19:55 -07:00
parent 2cbfeb9590
commit 59e0bef988
2 changed files with 0 additions and 22 deletions

View File

@@ -1,24 +1,4 @@
#include "InProcessExampleBrowserMainThread.h"
int main(int argc, char* argv[])
{
btInProcessExampleBrowserMainThreadInternalData* data = btCreateInProcessExampleBrowserMainThread(argc,argv);
while (!btIsExampleBrowserMainThreadTerminated(data))
{
btUpdateInProcessExampleBrowserMainThread(data, 1./60.);
}
btShutDownExampleBrowserMainThread(data);
return 0;
}
#if 0
//#define EXAMPLE_CONSOLE_ONLY
#ifdef EXAMPLE_CONSOLE_ONLY
#include "EmptyBrowser.h"
@@ -63,4 +43,3 @@ int main(int argc, char* argv[])
return 0;
}
#endif

View File

@@ -3,7 +3,6 @@
#include "PhysicsClientSharedMemory.h"
#include"../ExampleBrowser/InProcessExampleBrowser.h"
#include"../ExampleBrowser/InProcessExampleBrowserMainThread.h"