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