Skip to content

Commit 2a35028

Browse files
added missing resetting of flattenaxis
1 parent 75bb9ab commit 2a35028

File tree

1 file changed

+4
-0
lines changed
  • Assets/MixedRealityToolkit.SDK/Experimental/Features/UX/BoundsControl

1 file changed

+4
-0
lines changed

Assets/MixedRealityToolkit.SDK/Experimental/Features/UX/BoundsControl/BoundsControl.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ private void Flatten(FlattenModeType flattenAxis)
178178
{
179179
flattenedHandles = new int[] { 9, 10, 8, 11 };
180180
}
181+
else
182+
{
183+
flattenedHandles = null;
184+
}
181185
}
182186

183187
[SerializeField]

0 commit comments

Comments
 (0)