Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Nov 24, 2018
1 parent 9594837 commit 1c78d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Klak/NDI/Runtime/NdiReceiver.cs
Expand Up @@ -44,7 +44,7 @@ public sealed class NdiReceiver : MonoBehaviour

public string targetMaterialProperty {
get { return _targetMaterialProperty; }
set { targetMaterialProperty = value; }
set { _targetMaterialProperty = value; }
}

#endregion
Expand Down

0 comments on commit 1c78d07

Please sign in to comment.