From f2654cf7d46b0e55d288cc48bdd6af872fb021f4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 2 May 2021 14:44:31 +0100 Subject: Fix warnings produced by new clang-tidy --- gfx/models/mesh.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gfx/models/mesh.h') diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h index 8825aa2..c9f1204 100644 --- a/gfx/models/mesh.h +++ b/gfx/models/mesh.h @@ -3,7 +3,6 @@ #include #include -#include #include #include #include @@ -27,7 +26,7 @@ private: GLuint m_vertexArrayObject; std::array m_vertexArrayBuffers; - size_t m_numIndices; + GLsizei m_numIndices; GLenum mode; }; using MeshPtr = std::shared_ptr; -- cgit v1.2.3