diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 12:02:40 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 12:02:40 +0200 |
| commit | 7576ba2309c33ae894d9a870f7fbe106d94d3750 (patch) | |
| tree | a060abd48e215320920b0749f380bc855f44b79f /src | |
| parent | 402acc4bc8c525b1585465b5ed888142d5375094 (diff) | |
remove few todo comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/chunk-collision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<float>::rect hole; bool ret = chunk::find_hole_in_bbox(hole, rtree, min, max); |
