From c72bcd4cb824fbe8cf294793ca855ec17efdff0c Mon Sep 17 00:00:00 2001 From: Jarodshow Date: Mon, 21 May 2018 18:01:46 -0500 Subject: [PATCH] updated TwoHandManipulatable updated TwoHandManipulatable to use HostTransform for BoundingBoxRig --- .../Scripts/Utilities/Interactions/TwoHandManipulatable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MixedRealityToolkit/InputModule/Scripts/Utilities/Interactions/TwoHandManipulatable.cs b/Assets/MixedRealityToolkit/InputModule/Scripts/Utilities/Interactions/TwoHandManipulatable.cs index 486a8367a9e..69a6b227f6f 100644 --- a/Assets/MixedRealityToolkit/InputModule/Scripts/Utilities/Interactions/TwoHandManipulatable.cs +++ b/Assets/MixedRealityToolkit/InputModule/Scripts/Utilities/Interactions/TwoHandManipulatable.cs @@ -145,7 +145,7 @@ private bool showBoundingBox if (value) { - boundingBoxInstance.Target = this.gameObject; + boundingBoxInstance.Target = HostTransform.gameObject; boundingBoxInstance.gameObject.SetActive(true); } else