Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Dec 29, 2018
1 parent 43f4592 commit b583933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/_3rdParty/ClipPlane/Scripts/ClippedRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void OnRenderObject() {
#if UNITY_EDITOR
if (Camera.current.name != "Preview Scene Camera") Draw();
#else
Draw()
Draw();
#endif
}
#endregion
Expand Down

0 comments on commit b583933

Please sign in to comment.