Skip to content

Commit cbcbf0e

Browse files
committed
fixed mistake on last commit
1 parent 9b6f20b commit cbcbf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Widgets/WebCamDisplayWidget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class WebCamDisplayWidget : Widget
6060
public RawImage RawImage
6161
{
6262
get { return m_RawImage; }
63-
set { m_RawImage = RawImage; }
63+
set { m_RawImage = value; }
6464
}
6565
/// <summary>
6666
/// The Material displaying the WebCam stream on Geometry.

0 commit comments

Comments
 (0)