summaryrefslogtreecommitdiffhomepage
path: root/test/wall-atlas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/wall-atlas.cpp')
-rw-r--r--test/wall-atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp
index 2c65a0e5..5f0a1a2c 100644
--- a/test/wall-atlas.cpp
+++ b/test/wall-atlas.cpp
@@ -110,7 +110,7 @@ void test_expected_size()
fm_assert_equal(Vector2i{42, 192}, wall_atlas::expected_size(42, Tag::side));
fm_assert_equal(Vector2i{32, 192}, wall_atlas::expected_size(42, Tag::corner_L));
fm_assert_equal(Vector2i{32, 192}, wall_atlas::expected_size(42, Tag::corner_R));
- // swapped in atlas.json during reading and writing, rotated in atlas image file
+ // swapped in atlas.json during reading and writing, rotated counter-clockwise in atlas image file
fm_assert_equal(Vector2i{42, 192}, wall_atlas::expected_size(42, Tag::top));
}