Skip to content

Commit b7b97bb

Browse files
set proper point
1 parent 57dafba commit b7b97bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Utilities/Lines/DataProviders/SimpleLineDataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected override void SetPointInternal(int pointIndex, Vector3 point)
7575
switch (pointIndex)
7676
{
7777
case 0:
78-
endPoint.Position = point;
78+
startPoint.Position = point;
7979
break;
8080
case 1:
8181
endPoint.Position = point;

0 commit comments

Comments
 (0)