]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/Interface.hpp
tvec[234]<int> -> ivec[234]
[blank.git] / src / ui / Interface.hpp
index 82eade3be2b06771e49ffd159409520c12f42bbb..0d338bed9f3949a91c9854a254ac1c2fade51486 100644 (file)
@@ -114,7 +114,7 @@ private:
        Sound place_sound;
        Sound remove_sound;
 
-       glm::tvec3<int> fwd, rev;
+       glm::ivec3 fwd, rev;
 
 };