Skip to content

Commit

Permalink
Merge pull request #2144 from Jarodshow/Dev_Working_Branch
Browse files Browse the repository at this point in the history
HostTransform for TwoHandManipulatable
  • Loading branch information
keveleigh authored May 23, 2018
2 parents b9a16ff + c72bcd4 commit da8b13b
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 da8b13b

Please sign in to comment.