Fix the map opening and closing all the time.

This commit is contained in:
Zed A. Shaw 2025-09-02 13:56:19 -04:00
parent a11e7de14e
commit 0c8cb197c2
3 changed files with 11 additions and 5 deletions

View file

@ -226,7 +226,6 @@ TEST_CASE("SpatialMap::neighbors", "[spatialmap-neighbors]") {
}
TEST_CASE("SpatialMap::distance_sorted", "[spatialmap]") {
DinkyECS::World world;
SpatialMap map;