Fix: compilation error

This commit is contained in:
PedroEdiaz
2024-11-27 17:31:47 -06:00
parent 4840b0c8ba
commit 8a4e95fdd3

View File

@@ -4,8 +4,8 @@
#include <GL/gl.h>
#else
#ifdef GLAD
#include <GLFW/glfw3.h>
#include <glad.h>
#include <GLFW/glfw3.h>
#else
#include <GL/glew.h>
#endif