From 99e8ce18accbe31cfdbcbaa090292aafd01f79aa Mon Sep 17 00:00:00 2001 From: Lann Date: Sat, 10 Aug 2024 22:30:07 +0200 Subject: [PATCH] remove queue pop in test_rule_3_map_gen --- Tests/test_map.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_map.gd b/Tests/test_map.gd index 4fcb76d9..d3a7cc6e 100644 --- a/Tests/test_map.gd +++ b/Tests/test_map.gd @@ -109,7 +109,6 @@ func test_rule_3_map_gen() -> void: test_map.rooms[index_height][index_width].room_event.get_event_name(), test_map.rooms[index_height][index_width].room_position]) # Check if the two rightmost rooms of the floor are the same type or not - queue.pop_front() if queue.size() >= 2: unique = []