mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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() {
|
||||
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?
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue