Merge pull request #381 from erwincoumans/master

test again, for mac travis support
This commit is contained in:
erwincoumans
2015-05-07 15:55:39 -07:00

View File

@@ -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