]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/EntityMesh.hpp
save a little bandwidth
[blank.git] / src / graphics / EntityMesh.hpp
index 6b894f909f075fdd4a230d30c9801823dbf74a0a..804bb6ede5f1a59488fdff2226b9492267c4c36a 100644 (file)
@@ -15,7 +15,7 @@ class EntityMesh {
 public:
        using Position = glm::vec3;
        using TexCoord = glm::vec3;
-       using ColorMod = glm::vec3;
+       using ColorMod = glm::tvec3<unsigned char>;
        using Normal = glm::vec3;
        using Index = unsigned int;