]> git.localhorst.tv Git - blank.git/commit
tvec[234]<int> -> ivec[234]
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 7 Aug 2015 13:17:01 +0000 (15:17 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 7 Aug 2015 13:17:01 +0000 (15:17 +0200)
commit549646ac3e5bede5e77031f773649edf8de83608
treeca71f26163794ececfdd2b4fcddb1adff0e34b0f
parente24b4ec1a0fb3ba58a8ea67cd8d8affe3c5a0a71
tvec[234]<int> -> ivec[234]

howcome I didn't think of that before? lol
12 files changed:
src/ai/Spawner.cpp
src/ai/Spawner.hpp
src/graphics/Font.hpp
src/graphics/render.cpp
src/ui/Interface.hpp
src/world/Block.hpp
src/world/Chunk.hpp
src/world/World.cpp
src/world/World.hpp
src/world/block.cpp
tst/graphics/GLTraitsTest.cpp
tst/world/BlockTest.cpp