X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.cpp;fp=src%2Fworld%2FEntity.cpp;h=b06dbc38b50ccfbdebdc6df3c96a36afaeb483a2;hb=12744a2f68b3c9496076d6d7b6fb3581ff78472a;hp=79a09ea771cb6e9fbcd653bb7ab3f416e032cd67;hpb=bfa8d0303d57e62fb73dad96d1b521760d475cf8;p=blank.git diff --git a/src/world/Entity.cpp b/src/world/Entity.cpp index 79a09ea..b06dbc3 100644 --- a/src/world/Entity.cpp +++ b/src/world/Entity.cpp @@ -23,7 +23,8 @@ Entity::Entity() noexcept , chunk(0, 0, 0) , angular_velocity(1.0f, 0.0f, 0.0f, 0.0f) , rotation(1.0f) -, world_collision(false) { +, world_collision(false) +, remove(false) { }