Final little fixes for testing.

This commit is contained in:
Zed A. Shaw 2025-03-17 23:36:14 -04:00
parent 5ed8196c80
commit 2baa044695
2 changed files with 5 additions and 0 deletions

View file

@ -21,6 +21,7 @@ TEST_CASE("camera control", "[map]") {
Point center = map.center_camera({10,10}, 5, 5);
map.dump(center.x, center.y);
REQUIRE(center.x == 8);
REQUIRE(center.y == 8);