Engine: Make sure glad gets included before GLFW in context

This commit is contained in:
Riyyi
2022-09-26 13:00:00 +02:00
parent b72da1278d
commit 6302bb4ae1
+3 -1
View File
@@ -1,5 +1,7 @@
// clang-format off
#include "glad/glad.h" // glad needs to come before GLFW
#include "GLFW/glfw3.h" #include "GLFW/glfw3.h"
#include "glad/glad.h" // clang-format on
#include "ruc/meta/assert.h" #include "ruc/meta/assert.h"
#include "inferno/core.h" #include "inferno/core.h"