]> git.localhorst.tv Git - blank.git/blobdiff - src/world/block.cpp
tvec[234]<int> -> ivec[234]
[blank.git] / src / world / block.cpp
index 442e54f4d591a64115f0d5ec3d0768dba660045b..e06f3e0bc63d84c29b86b7defcce8d0f3a34af27 100644 (file)
@@ -155,7 +155,7 @@ const glm::mat4 Block::orient2transform[ORIENT_COUNT] = {
        {  0,  0,  1,  0,  1,  0,  0,  0,  0,  1,  0,  0,  0,  0,  0,  1, }, // face: back,  turn: right
 };
 
-const glm::tvec3<int> Block::face2normal[FACE_COUNT] = {
+const glm::ivec3 Block::face2normal[FACE_COUNT] = {
        {  0,  1,  0 },
        {  0, -1,  0 },
        {  1,  0,  0 },