File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
HoloToolkit-Examples/Input/Scripts
HoloToolkit/Sharing/Scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ public class MicStreamDemo : MonoBehaviour
2020 public float InputGain = 1 ;
2121
2222 /// <summary>
23- /// if keepAllData==false, you'll always get the newest data no matter how long the program hangs for any reason,
24- /// but will lose some data if the program does hang .
23+ /// if keepAllData==false, you'll always get the newest data no matter how long the program becomes unresponsive
24+ /// for any reason. It will lose some data if the program does not respond .
2525 /// <remarks>Can only be set on initialization.</remarks>
2626 /// </summary>
2727 public bool KeepAllData ;
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ protected override void OnDestroy()
304304
305305 if ( Manager != null )
306306 {
307- // Force a disconnection so that we can stop and start Unity without connections hanging around .
307+ // Force a disconnection so that we can stop and start Unity without connections remaining .
308308 Manager . GetPairedConnection ( ) . Disconnect ( ) ;
309309 Manager . GetServerConnection ( ) . Disconnect ( ) ;
310310 Manager . Dispose ( ) ;
You can’t perform that action at this time.
0 commit comments