Animation WIP merge #321

Merged
XiaoQiDigipen merged 76 commits from SP3-17-animation-system into main 2023-01-30 17:35:57 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a543f6cc3a - Show all commits

View File

@ -42,7 +42,7 @@ namespace SHADE
{
firstKeyFrame = iter;
}
else if (KEYFRAME.FrameIndex > closestFrameIndex)
else // KEYFRAME.FrameIndex > closestFrameIndex
{
nextKeyFrame = iter;
break;