mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
don't compile SimpleOpenGL3App if NO_OPENGL3 is defined
This commit is contained in:
parent
a9b10aea9f
commit
cedd0432bf
@ -1,3 +1,5 @@
|
|||||||
|
#ifndef NO_OPENGL3
|
||||||
|
|
||||||
#include "SimpleOpenGL3App.h"
|
#include "SimpleOpenGL3App.h"
|
||||||
#include "ShapeData.h"
|
#include "ShapeData.h"
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
@ -774,5 +776,5 @@ int SimpleOpenGL3App::getUpAxis() const
|
|||||||
{
|
{
|
||||||
return m_data->m_upAxis;
|
return m_data->m_upAxis;
|
||||||
}
|
}
|
||||||
|
#endif//#ifndef NO_OPENGL3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user