fix max osx build

This commit is contained in:
Erwin Coumans
2014-09-29 10:37:39 -07:00
parent 84288952fc
commit ce0ad64475

View File

@@ -38,7 +38,7 @@
#include "OpenGLWindow/SimpleCamera.h" #include "OpenGLWindow/SimpleCamera.h"
CommonGraphicsApp* app=0; CommonGraphicsApp* app=0;
#ifdef USE_OPENGL2
struct TestRenderer : public CommonRenderInterface struct TestRenderer : public CommonRenderInterface
{ {
int m_width; int m_width;
@@ -193,7 +193,7 @@ struct TestRenderer : public CommonRenderInterface
} }
}; };
#endif //USE_OPENGL2
b3gWindowInterface* s_window = 0; b3gWindowInterface* s_window = 0;
CommonParameterInterface* s_parameterInterface=0; CommonParameterInterface* s_parameterInterface=0;
CommonRenderInterface* s_instancingRenderer=0; CommonRenderInterface* s_instancingRenderer=0;