summaryrefslogtreecommitdiff
path: root/gfx/models/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r--gfx/models/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h
index 8791aed..d6ac171 100644
--- a/gfx/models/mesh.h
+++ b/gfx/models/mesh.h
@@ -2,7 +2,7 @@
#include "config/types.h"
#include "gfx/gl/vertexArrayObject.h"
-#include <glArrays.h>
+#include <gfx/gl/glVertexArray.h>
#include <glad/gl.h>
#include <ranges>
#include <span>