Skip to content

Commit

Permalink
[fix] restore the functionality (emitting) of end_of_dialogue_reached
Browse files Browse the repository at this point in the history
signal for old behavior to work.
  • Loading branch information
real-ezTheDev committed Mar 14, 2024
1 parent 7c80d6e commit c895d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ez_dialogue/dialogue_reader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func _process(delta):
is_running = false
if _pending_choice_actions.is_empty():
response.eod_reached = true
end_of_dialogue_reached.emit()
break

_process_command(_executing_command_stack.pop_front(), response)
Expand Down

0 comments on commit c895d50

Please sign in to comment.