Skip to content

Commit 1ecff90

Browse files
committed
Merge branch 'develop' of github.com:watson-developer-cloud/unity-sdk into develop
2 parents 031de75 + d4631b2 commit 1ecff90

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)