X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2Fworld.cpp;h=e659322aa333c753fd953a718fc0c18b7eace276;hb=ccd6e7001572808400b9cb9bc91f9bedcf28a1ad;hp=242da2796af047fc0e41f472fdb5b20126009b05;hpb=b066e776622f96e906600a0c4a08de392bd03676;p=blank.git diff --git a/src/world/world.cpp b/src/world/world.cpp index 242da27..e659322 100644 --- a/src/world/world.cpp +++ b/src/world/world.cpp @@ -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) { }