Skip to content

Commit b3333e7

Browse files
committed
fix: point lines in the right direction
1 parent cbdb99e commit b3333e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Pinpoint/Probes/ProbeManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ private void SetMaterialsLine()
13351335

13361336
var channelData = GetChannelRangemm();
13371337
_lineRenderer.SetPositions(
1338-
new Vector3[] { Vector3.zero, Vector3.up * channelData.fullHeight }
1338+
new Vector3[] { Vector3.zero, Vector3.back * channelData.fullHeight }
13391339
);
13401340
}
13411341
}

0 commit comments

Comments
 (0)