From f29ee994108bf443de4aeeabd7519f13ca4b7a4d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 10 May 2023 14:11:02 +0200 Subject: wip virtual entity stuff --- src/world.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/world.cpp') diff --git a/src/world.cpp b/src/world.cpp index 6749210a..e829ab5e 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -163,7 +163,6 @@ void world::do_make_entity(const std::shared_ptr& e, global_coords pos, fm_assert(e->id > 0); fm_debug_assert(_unique_id && e->c->world()._unique_id == _unique_id); fm_assert(!_entities.contains(e->id)); - fm_assert(Vector2ui(e->bbox_size).product() > 0); fm_assert(e->type() != entity_type::none); const_cast(e->coord) = pos; _entities[e->id] = e; -- cgit v1.2.3