From b8b9e24acff21404943252f70ba137c7a8d0be72 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 9 Dec 2023 08:51:08 +0100 Subject: w --- test/wall-atlas.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp index 53c8b2de..a130c35f 100644 --- a/test/wall-atlas.cpp +++ b/test/wall-atlas.cpp @@ -65,7 +65,6 @@ void test_read_groups(StringView filename) fm_assert(dir.wall.pixel_size == Vector2ui{} ); fm_assert(dir.overlay.default_tint == false ); fm_assert(dir.wall.mirrored == false ); - fm_assert(dir.wall.from_rotation == (uint8_t)-1 ); fm_assert(dir.side.pixel_size == Vector2ui{42, 192} ); fm_assert(dir.side.default_tint == true ); fm_assert(dir.top.default_tint == true ); @@ -98,9 +97,6 @@ void test_read_groups(StringView filename) fm_assert(dir_index); const auto& dir = atlas.direction_array[dir_index.val]; fm_assert(dir.side.pixel_size != group_defaults.pixel_size); - fm_assert(dir.side.from_rotation == group_defaults.from_rotation); - fm_assert(dir.corner_L.from_rotation != group_defaults.from_rotation); - fm_assert(dir.corner_L.from_rotation == (uint8_t)Direction_::N); return atlas; } -- cgit v1.2.3