X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FEntityMesh.hpp;h=804bb6ede5f1a59488fdff2226b9492267c4c36a;hb=2ad195d00eea2c4d48f3f1a3ccc60a8176e7da20;hp=6b894f909f075fdd4a230d30c9801823dbf74a0a;hpb=3542823a1af7f5063d7cc8da84efa248eb889b8a;p=blank.git diff --git a/src/graphics/EntityMesh.hpp b/src/graphics/EntityMesh.hpp index 6b894f9..804bb6e 100644 --- a/src/graphics/EntityMesh.hpp +++ b/src/graphics/EntityMesh.hpp @@ -15,7 +15,7 @@ class EntityMesh { public: using Position = glm::vec3; using TexCoord = glm::vec3; - using ColorMod = glm::vec3; + using ColorMod = glm::tvec3; using Normal = glm::vec3; using Index = unsigned int;