obscure the code and increase the likelihood of future whitespace-only diffs

This commit is contained in:
Howard Stearns 2015-11-04 10:57:03 -08:00
parent 883f9c09bf
commit 3fdd7ca470

View file

@ -98,8 +98,7 @@ function goActive(event) {
if (event.text === '.') {
goAway(event);
}
return;
}
} else {
isAway = false;
print('going "active"');
if (!wasMuted) {
@ -108,6 +107,7 @@ function goActive(event) {
MyAvatar.setEnableMeshVisible(true); // IWBNI we respected Developer->Avatar->Draw Mesh setting.
stopAwayAnimation();
hideOverlay();
}
}
Controller.keyPressEvent.connect(goActive);
Script.scriptEnding.connect(goActive);