Skip to content

Commit ede453f

Browse files
author
Alexander Seeck
committed
fixed the LineRenderer always be drawn correctly along with the controller gizmo
1 parent 8fe7aaa commit ede453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/Lines/Renderers/MixedRealityLineRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private void OnDisable()
7171
lineRenderer.enabled = false;
7272
}
7373

74-
private void Update()
74+
private void LateUpdate()
7575
{
7676
if (LineDataSource == null)
7777
{

0 commit comments

Comments
 (0)