mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
Revert the role name filter change as it has already been added to the repo
This commit is contained in:
parent
2b9da2bcba
commit
451b7ec1de
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 === "fly" || role.startsWith("inAir");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue