Engine: Make sure glad gets included before GLFW in context
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user