remove SimpleOpenGL3 demo, it breaks some builds

reset callback to 0 after exiting a demo to avoid issues
This commit is contained in:
Erwin Coumans
2016-03-17 16:11:53 -07:00
parent 937b6d84e5
commit 7e4dfb7207
5 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
SUBDIRS( HelloWorld BasicDemo )
IF(BUILD_BULLET3)
SUBDIRS( ExampleBrowser SimpleOpenGL3 ThirdPartyLibs/Gwen OpenGLWindow)
SUBDIRS( ExampleBrowser ThirdPartyLibs/Gwen OpenGLWindow)
ENDIF()