Skip to content

Commit 009dea4

Browse files
author
David Kline (ANALOG)
committed
fix incorrect property updating
1 parent bc2287e commit 009dea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Definitions/MixedRealityToolkitConfigurationProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public SystemType InputSystemType
129129
public bool IsBoundarySystemEnabled
130130
{
131131
get { return boundarySystemType != null && boundarySystemType.Type != null && enableBoundarySystem && boundaryVisualizationProfile != null; }
132-
internal set { enableInputSystem = value; }
132+
internal set { enableBoundarySystem = value; }
133133
}
134134

135135
[SerializeField]

0 commit comments

Comments
 (0)