summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-23 07:39:21 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-23 07:39:24 +0100
commitf3468efd271b6a943d201886ca30bfc81b16670c (patch)
tree9c939bac30153321ca23ba0d3e59b0da9e571860 /test
parent8ea6924dda8d452bd870302a2c4e96f437ee5443 (diff)
b
Diffstat (limited to 'test')
-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));
}