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 committed May 21, 2018
1 parent 2042a3e commit c72bcd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private bool showBoundingBox

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

0 comments on commit c72bcd4

Please sign in to comment.