Skip to content

Commit

Permalink
updated TwoHandManipulatable
Browse files Browse the repository at this point in the history
updated TwoHandManipulatable to use HostTransform for BoundingBoxRig
  • Loading branch information
jshowacre authored and keveleigh committed Jul 11, 2018
1 parent 787c6ec commit abbefd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private bool ShowBoundingBox

if (value)
{
boundingBoxInstance.Target = gameObject;
boundingBoxInstance.Target = HostTransform.gameObject;
boundingBoxInstance.gameObject.SetActive(true);
}
else
Expand Down

0 comments on commit abbefd8

Please sign in to comment.