Update glad #include paths

This commit is contained in:
Clownacy 2020-04-03 17:09:14 +01:00
parent dac8f704cd
commit 3c691732a6
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
#ifdef USE_OPENGLES2
#include <GLES2/gl2.h>
#else
#include "../../../external/glad/include/glad/glad.h"
#include <glad/glad.h>
#endif
#include <GLFW/glfw3.h>

View file

@ -5,7 +5,7 @@
#ifdef USE_OPENGLES2
#include <GLES2/gl2.h>
#else
#include "../../../external/glad/include/glad/glad.h"
#include <glad/glad.h>
#endif
#include "SDL.h"