Fix CC_BUILD_GLMODERN having messed up fog (thanks picat)

This commit is contained in:
UnknownShadow200 2020-07-10 09:28:50 +10:00
parent fa3a9ab3d7
commit 891ebe1942

View File

@ -1034,6 +1034,7 @@ void Gfx_OnWindowResize(void) { Gfx_LoseContext(" (resizing window)"); }
#elif defined CC_BUILD_GLES
#include <GLES2/gl2.h>
#else
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#endif