fix max osx build
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user