enable OpenGL3 by default (part of work-in-progress refactor)

This commit is contained in:
Erwin Coumans
2014-09-23 18:28:49 -07:00
parent e314f56f9d
commit 84288952fc

View File

@@ -1,6 +1,6 @@
//#include "OpenGLWindow/OpenGLInclude.h"
//#include "OpenGL/gl.h"
#define USE_OPENGL2
//#define USE_OPENGL2
#ifdef USE_OPENGL2
#include "OpenGLWindow/SimpleOpenGL2App.h"
#else