mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
Fix another typo. Sigh...
This commit is contained in:
parent
cc0ed9ead4
commit
2b9da2bcba
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
this.rolesToOverride = function() {
|
this.rolesToOverride = function() {
|
||||||
return MyAvatar.getAnimationRoles().filter(function(role) {
|
return MyAvatar.getAnimationRoles().filter(function(role) {
|
||||||
return !(role === "right" && role.startsWith("left"));
|
return !(role === "right" || role.startsWith("left"));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue