This commit is contained in:
Erwin Coumans
2016-07-25 11:49:56 -07:00
29 changed files with 9710 additions and 29 deletions

View File

@@ -802,6 +802,7 @@ bool OpenGLExampleBrowser::init(int argc, char* argv[])
s_app = new SimpleOpenGL2App(title,width,height);
s_app->m_renderer = new SimpleOpenGL2Renderer(width,height);
}
#ifndef NO_OPENGL3
else
{