mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 05:42:08 +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() {
|
||||
return MyAvatar.getAnimationRoles().filter(function(role) {
|
||||
return !(role === "right" && role.startsWith("left"));
|
||||
return !(role === "right" || role.startsWith("left"));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue