]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/BlockMesh.hpp
save a little bandwidth
[blank.git] / src / graphics / BlockMesh.hpp
index e62b601fcfa5449be2cbcd9aedf94db5b41a10b6..399ff320ddd8e06bf19387b171ed6b8684d79123 100644 (file)
@@ -15,7 +15,7 @@ class BlockMesh {
 public:
        using Position = glm::vec3;
        using TexCoord = glm::vec3;
-       using ColorMod = glm::vec3;
+       using ColorMod = glm::tvec3<unsigned char>;
        using Light = float;
        using Index = unsigned int;