Skip to content

Commit

Permalink
remove queue pop in test_rule_3_map_gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Lann-hyl committed Aug 10, 2024
1 parent 306fcd6 commit 99e8ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/test_map.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit 99e8ce1

Please sign in to comment.