mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 12:24:29 +02:00
Fixing the BUG #19748: Sit.js doesn't handle overlays correctly.
This commit is contained in:
parent
a257af76dc
commit
da3a272475
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ Controller.keyPressEvent.connect(keyPressEvent);
|
||||||
Script.scriptEnding.connect(function() {
|
Script.scriptEnding.connect(function() {
|
||||||
|
|
||||||
for (var i = 0; i < pose.length; i++){
|
for (var i = 0; i < pose.length; i++){
|
||||||
MyAvatar.clearJointData(pose[i][0]);
|
MyAvatar.clearJointData(pose[i].joint);
|
||||||
}
|
}
|
||||||
|
|
||||||
Overlays.deleteOverlay(sitDownButton);
|
Overlays.deleteOverlay(sitDownButton);
|
||||||
|
|
Loading…
Reference in a new issue