Skip to content

Commit

Permalink
Adde default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed May 2, 2024
1 parent ad15ee5 commit ccc3293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/helpers/animation/basicActionAnimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export function createBasicActionAnimation(msg) {
case "action:trip":
seq = trip(data, seq);
break;
default:
return;
}
seq.play();
} catch (error) {
Expand Down

0 comments on commit ccc3293

Please sign in to comment.