We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebeca0 commit 9f3327eCopy full SHA for 9f3327e
Assets/HoloToolkit-Tests/Input/Scripts/MicStreamDemo.cs
@@ -143,7 +143,7 @@ private void Update()
143
144
private void OnApplicationPause(bool pause)
145
{
146
- IsRunning = pause;
+ IsRunning = !pause;
147
}
148
149
private void OnDisable()
@@ -179,4 +179,4 @@ public void Disable()
179
IsRunning = false;
180
181
182
-}
+}
0 commit comments