Skip to content

Commit

Permalink
BUGFIX Demo scene for incoming stream updated #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Fleck committed Jan 6, 2017
1 parent 029d450 commit 0265cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demos/Demo_IncomingStreams.unity
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Scripts/BaseInlet.cs
Expand Up @@ -64,7 +64,7 @@ public virtual void AStreamGotLost(LSLStreamInfoWrapper stream)

Debug.Log(string.Format("LSL Stream {0} Lost for {1}", stream.Name, name));

this.enabled = false;
OnStreamLost();
}

protected virtual bool isTheExpected(LSLStreamInfoWrapper stream)
Expand Down

0 comments on commit 0265cf6

Please sign in to comment.