mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
Fix CC_BUILD_GLMODERN having messed up fog (thanks picat)
This commit is contained in:
parent
fa3a9ab3d7
commit
891ebe1942
@ -1034,6 +1034,7 @@ void Gfx_OnWindowResize(void) { Gfx_LoseContext(" (resizing window)"); }
|
|||||||
#elif defined CC_BUILD_GLES
|
#elif defined CC_BUILD_GLES
|
||||||
#include <GLES2/gl2.h>
|
#include <GLES2/gl2.h>
|
||||||
#else
|
#else
|
||||||
|
#define GL_GLEXT_PROTOTYPES
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user