Remove frame rate

This commit is contained in:
EliyaFishman 2022-12-04 19:04:08 +02:00
parent 46c68c6a09
commit 93790a0c34

View file

@ -230,7 +230,6 @@ namespace Bread2Unity
}
}
animationClip.frameRate = 30; //fps
animationClip.name = animation.Name;
return animationClip;