Skip to content

Commit

Permalink
fix: animationmodel rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-rpm committed Sep 17, 2024
1 parent f30724c commit b3c699c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useFrame, useGraph } from '@react-three/fiber';
import { AnimationMixer, Group } from 'three';

import { Model } from 'src/components/Models/Model';
import { useHeadMovement, useFallback, useIdleExpression, useEmotion, useGltfLoader } from 'src/services';
import { useHeadMovement, useGltfLoader, useFallback, useIdleExpression, useEmotion } from 'src/services';
import { BaseModelProps } from 'src/types';
import { loadAnimationClip } from 'src/services/Animation.service';
import { Emotion } from 'src/components/Avatar/Avatar.component';
Expand Down

0 comments on commit b3c699c

Please sign in to comment.