Skip to content

Commit 0d3ecd6

Browse files
fixed bad rename in MicStreamDemo
1 parent 7aa56cf commit 0d3ecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Input/Tests/Scripts/MicStreamDemo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private void OnApplicationPause(bool pause)
151151
#if !UNITY_EDITOR
152152
private void OnApplicationFocus(bool focused)
153153
{
154-
if (isInitialized)
154+
if (isRunning)
155155
{
156156
ToggleMicStream(!focused);
157157
}

0 commit comments

Comments
 (0)