Skip to content

Commit

Permalink
Make sure typing sound resets on text without character
Browse files Browse the repository at this point in the history
- fixes #1842
  • Loading branch information
Jowan-Spooner committed Oct 30, 2023
1 parent 38c3ba0 commit da9a16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/dialogic/Modules/Text/event_text.gd
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func _execute() -> void:
else:
dialogic.Portraits.change_speaker(null)
dialogic.Text.update_name_label(null)
dialogic.Text.update_typing_sound_mood()

if not dialogic.Text.input_handler.dialogic_action.is_connected(_on_dialogic_input_action):
dialogic.Text.input_handler.dialogic_action.connect(_on_dialogic_input_action)
Expand Down

0 comments on commit da9a16d

Please sign in to comment.