Update glad #include paths
This commit is contained in:
parent
dac8f704cd
commit
3c691732a6
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue