Skip to content

Commit

Permalink
clear queued choices on draw
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 18, 2024
1 parent 92bf29c commit f092185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pets-lib/src/dialogue/dbox/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ impl DialogBox {
self.recreate_choice_labels();
self.tween_choices_wave(true);
self.choice_agent.bind_mut().enable();
self.queued_choices.clear();
} else {
self.free_choice_labels();
}

let spk = self
Expand Down

0 comments on commit f092185

Please sign in to comment.