mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 21:45:25 +00:00
Fix #if USE_GLES to #ifdef in SDL test UI
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#include "GL/glew.h"
|
||||
#include "GL/wglew.h"
|
||||
#else /* linux/unix/other */
|
||||
# if USE_GLES
|
||||
# ifdef USE_GLES
|
||||
# include <GLES3/gl3.h>
|
||||
# else
|
||||
# if !defined(GL_GLEXT_PROTOTYPES)
|
||||
|
||||
Reference in New Issue
Block a user