mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +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() {
|
||||
if (_this.tidying === true) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
var leftHandPosition = MyAvatar.getLeftPalmPosition();
|
||||
|
|
Loading…
Reference in a new issue