Skip to content

Commit 1f58f4d

Browse files
committed
Editor only
1 parent afabf19 commit 1f58f4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/MRTK/Core/Services/BaseBoundarySystem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public override void Initialize()
8282
RaiseBoundaryVisualizationChanged();
8383
}
8484

85+
#if UNITY_EDITOR
8586
public override void Update()
8687
{
8788
base.Update();
@@ -92,6 +93,7 @@ public override void Update()
9293
Initialize();
9394
}
9495
}
96+
#endif // UNITY_EDITOR
9597

9698
/// <inheritdoc/>
9799
public override void Destroy()

0 commit comments

Comments
 (0)