Skip to content

Commit

Permalink
Removed logging of animation start
Browse files Browse the repository at this point in the history
  • Loading branch information
tracygardner committed Jul 18, 2024
1 parent c1c1afe commit 6abe2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,7 @@ function switchToAnimation(
(mesh.animationGroups[0].name == newAnimationName && restart)
) {
stopAnimationsTargetingMesh(scene, mesh);
console.log(`Starting animation ${newAnimationName}`);
//console.log(`Starting animation ${newAnimationName}`);
mesh.animationGroups[0] = targetAnimationGroup;
mesh.animationGroups[0].reset();
mesh.animationGroups[0].stop();
Expand Down

0 comments on commit 6abe2c7

Please sign in to comment.