Skip to content

Commit

Permalink
Bugfix: Wrong conditional compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 8, 2021
1 parent 4d38944 commit 29d1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/jp.keijiro.klak.spout/Runtime/Internal/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public struct ReceiverData
public IntPtr texturePointer;
}

#if UNITY_EDITOR_WIN && UNITY_STANDALONE_WIN
#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN

[DllImport("KlakSpout")]
public static extern IntPtr GetRenderEventCallback();
Expand Down

0 comments on commit 29d1ca9

Please sign in to comment.