Skip to content

Commit aa73689

Browse files
author
David Kline
authored
Merge pull request #3561 from davidkline-ms/boundary3558
fix incorrect boundary system property updating
2 parents a9b51a7 + 009dea4 commit aa73689

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)