This commit is contained in:
bbd_pc 2025-07-17 16:51:04 +08:00
parent d465857737
commit 350184821d

View File

@ -120,6 +120,7 @@ func _on_got_dialogue(line: DialogueLine) -> void:
# dialog 结束时会自动 unhook 从 line 播放的 speaking
func _on_dialogue_ended(_res) -> void:
if _last_line_session >= 0:
unhook_speaking(_last_line_session)