Skip to content

Commit

Permalink
feat: mixer deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-rpm committed Sep 17, 2024
1 parent 59b6f92 commit 5283a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const MultipleAnimationModel: FC<MultipleAnimationModelProps> = ({

newAction.play();
setActiveAction(newAction);
}, [activeAnimation, loadedAnimations, activeAction]);
}, [activeAnimation, loadedAnimations, activeAction, nodes.Armature]);

useFrame((state, delta) => {
mixerRef.current?.update(delta);
Expand Down

0 comments on commit 5283a2a

Please sign in to comment.