fixed for Mac in examples
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../OpenGLWindow/SimpleOpenGL3App.h"
|
||||
#include "../CommonInterfaces/CommonRenderInterface.h"
|
||||
#ifdef __APPLE__
|
||||
#include "OpenGLWindow/MacOpenGLWindow.h"
|
||||
#include "../OpenGLWindow/MacOpenGLWindow.h"
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#include "../OpenGLWindow/Win32OpenGLWindow.h"
|
||||
@@ -778,4 +778,4 @@ void OpenGLExampleBrowser::update(float deltaTime)
|
||||
|
||||
gui->forceUpdateScrollBars();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user