From 7576ba2309c33ae894d9a870f7fbe106d94d3750 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Aug 2024 12:02:40 +0200 Subject: remove few todo comments --- src/chunk-collision.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chunk-collision.cpp b/src/chunk-collision.cpp index 81cb3566..78e11047 100644 --- a/src/chunk-collision.cpp +++ b/src/chunk-collision.cpp @@ -70,7 +70,7 @@ void filter_through_holes(Chunk_RTree& rtree, object_id id, Vector2 min, Vector2 if (!has_holes) return rtree.Insert(min.data(), max.data(), id); start: - fm_assert(min != max); // todo! + fm_assert(min != max); CutResult::rect hole; bool ret = chunk::find_hole_in_bbox(hole, rtree, min, max); -- cgit v1.2.3