Skip to content

Commit

Permalink
Fix remove phase with chain last
Browse files Browse the repository at this point in the history
  • Loading branch information
titarch committed Jan 15, 2021
1 parent e4d8d81 commit f436fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/Chain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ void Chain::clear_trail() {

void Chain::remove_last() {
arrows_.pop_back();
phases_.pop_back();
}

auto Chain::next_n() const -> int {
Expand Down

0 comments on commit f436fdd

Please sign in to comment.