mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:12:53 +02:00
add gratuitous whitespace
This commit is contained in:
parent
fe12891f61
commit
883f9c09bf
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ function playAwayAnimation() {
|
||||||
}
|
}
|
||||||
function stopAwayAnimation() {
|
function stopAwayAnimation() {
|
||||||
MyAvatar.removeAnimationStateHandler(awayAnimationHandlerId);
|
MyAvatar.removeAnimationStateHandler(awayAnimationHandlerId);
|
||||||
if (stopper) { print('WARNING: unexpected double stop'); return; }
|
if (stopper) {
|
||||||
|
print('WARNING: unexpected double stop');
|
||||||
|
return;
|
||||||
|
}
|
||||||
// How do we know when to turn ikOverlayAlpha back on?
|
// How do we know when to turn ikOverlayAlpha back on?
|
||||||
// It cannot be as soon as we want to stop the away animation, because then things will look goofy as we come out of that animation.
|
// It cannot be as soon as we want to stop the away animation, because then things will look goofy as we come out of that animation.
|
||||||
// (Imagine an away animation that sits or kneels, and then stands back up when coming out of it. If head is at the HMD, then it won't
|
// (Imagine an away animation that sits or kneels, and then stands back up when coming out of it. If head is at the HMD, then it won't
|
||||||
|
|
Loading…
Reference in a new issue