]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Entity.cpp
make entities removable
[blank.git] / src / world / Entity.cpp
index 79a09ea771cb6e9fbcd653bb7ab3f416e032cd67..b06dbc38b50ccfbdebdc6df3c96a36afaeb483a2 100644 (file)
@@ -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) {
 
 }