Skip to content

Commit 764b821

Browse files
author
Dogukan Erenel MacPRO
committed
* HotFix: Text to Speech widget is now has multi output
1 parent 3949e72 commit 764b821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Widgets/TextToSpeechWidget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class TextToSpeechWidget : Widget
4242

4343
#region Outputs
4444
[SerializeField]
45-
private Output m_Speaking = new Output(typeof(SpeakingStateData));
45+
private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
4646
[SerializeField]
4747
private Output m_DisableMic = new Output(typeof(DisableMicData));
4848
[SerializeField]

0 commit comments

Comments
 (0)