mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
remove other tabs from moveJoints
This commit is contained in:
parent
b32aecc456
commit
6d0e612923
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ var isAnimating = false;
|
|||
Controller.keyPressEvent.connect(function(event) {
|
||||
if (event.text == "SHIFT") {
|
||||
if (isAnimating) {
|
||||
isAnimating = false;
|
||||
MyAvatar.stopAnimation(testAnimation);
|
||||
isAnimating = false;
|
||||
MyAvatar.stopAnimation(testAnimation);
|
||||
} else {
|
||||
isAnimating = true;
|
||||
MyAvatar.startAnimation(testAnimation, FRAME_RATE, 1.0, true, false);
|
||||
|
|
Loading…
Reference in a new issue