Fix another typo. Sigh...

This commit is contained in:
rick@ghostpunch.com 2017-07-20 15:44:59 -04:00
parent cc0ed9ead4
commit 2b9da2bcba

View file

@ -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"));
});
}