Skip to content

Commit ebe4bd0

Browse files
SoundMood: Fix sound preview issue (#2632)
1 parent e65c04b commit ebe4bd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/dialogic/Modules/Text/character_settings/character_moods_settings.gd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func set_default_button(enabled:bool) -> void:
218218

219219
func preview() -> void:
220220
$Preview.load_overwrite(get_mood_info())
221+
$Preview._on_started_revealing_text()
221222
var preview_timer := Timer.new()
222223
DialogicUtil.update_timer_process_callback(preview_timer)
223224
add_child(preview_timer)

0 commit comments

Comments
 (0)