From 3e5e324c7e1430db4bec76752946deb90358b046 Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Tue, 25 Sep 2018 20:39:22 -0700 Subject: [PATCH] parenting text to head --- scripts/system/redirectOverlays.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system/redirectOverlays.js b/scripts/system/redirectOverlays.js index d58b581099..b0caba7c52 100644 --- a/scripts/system/redirectOverlays.js +++ b/scripts/system/redirectOverlays.js @@ -40,7 +40,8 @@ drawInFront: true, grabbable: false, orientation: {x: 0.0, y: 0.5, z: 0.0, w: 0.87}, - parentID: MyAvatar.SELF_ID + parentID: MyAvatar.SELF_ID, + parentJointIndex: MyAvatar.getJointIndex("Head") }); print("redirect oops text = " + redirectOopsText);