Revert "on mac os x, don't use sdl_glext"
This reverts commit 3ea087b270
.
This commit is contained in:
parent
3ea087b270
commit
4e24067ad2
1 changed files with 0 additions and 7 deletions
|
@ -40,14 +40,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
#ifdef __APPLE__
|
||||
#define NO_SDL_GLEXT
|
||||
#include "SDL_opengl.h"
|
||||
#include "OpenGL/glu.h"
|
||||
#include "OpenGL/glext.h"
|
||||
#else
|
||||
#include "SDL_opengl.h"
|
||||
#endif
|
||||
#include "shaders.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue