mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +02:00
semicolon
This commit is contained in:
parent
946558d0f6
commit
5d1b2996d3
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@
|
||||||
|
|
||||||
update: function() {
|
update: function() {
|
||||||
if (_this.tidying === true) {
|
if (_this.tidying === true) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var leftHandPosition = MyAvatar.getLeftPalmPosition();
|
var leftHandPosition = MyAvatar.getLeftPalmPosition();
|
||||||
|
|
Loading…
Reference in a new issue