From 0265cf60f29d83d0777bba5cfd1239a7b3413f73 Mon Sep 17 00:00:00 2001 From: Markus Fleck <fleckmarkus.privat@gmail.com> Date: Fri, 6 Jan 2017 22:48:32 +0100 Subject: [PATCH] BUGFIX Demo scene for incoming stream updated #13 --- Demos/Demo_IncomingStreams.unity | 2 +- Scripts/BaseInlet.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/Demo_IncomingStreams.unity b/Demos/Demo_IncomingStreams.unity index 61f3afc..37b8489 100644 --- a/Demos/Demo_IncomingStreams.unity +++ b/Demos/Demo_IncomingStreams.unity @@ -259,7 +259,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 5ba4ed7276e95054fb35c620c2207e28, type: 3} m_Name: m_EditorClassIdentifier: - StreamName: RandomSpehricalData_A + StreamName: RandomSpehricalData StreamType: 3DCoord targetTransform: {fileID: 193850115} useX: 0 diff --git a/Scripts/BaseInlet.cs b/Scripts/BaseInlet.cs index a7ef1bf..a88ade3 100644 --- a/Scripts/BaseInlet.cs +++ b/Scripts/BaseInlet.cs @@ -64,7 +64,7 @@ namespace Assets.LSL4Unity.Scripts.AbstractInlets Debug.Log(string.Format("LSL Stream {0} Lost for {1}", stream.Name, name)); - this.enabled = false; + OnStreamLost(); } protected virtual bool isTheExpected(LSLStreamInfoWrapper stream) -- GitLab