]> git.localhorst.tv Git - blank.git/blobdiff - src/world/world.cpp
fixed some initialization issues
[blank.git] / src / world / world.cpp
index 242da2796af047fc0e41f472fdb5b20126009b05..e659322aa333c753fd953a718fc0c18b7eace276 100644 (file)
@@ -127,7 +127,8 @@ glm::mat4 EntityState::Transform(const glm::ivec3 &reference) const noexcept {
 
 Player::Player(Entity &e, ChunkIndex &c)
 : entity(e)
-, chunks(c) {
+, chunks(c)
+, inv_slot(0) {
 
 }