Update assimpShapeLoader.cpp

This commit is contained in:
marauder2k7 2024-02-09 22:12:52 +00:00
parent 37dd58dca4
commit 7115d9bcc6

View file

@ -284,7 +284,8 @@ void AssimpShapeLoader::processAnimations()
ambientChannels.push_back(anim->mChannels[j]);
}
}
ambientSeq->mNumChannels = ambientChannels.size();
ambientSeq->mChannels = ambientChannels.address();
AssimpAppSequence* defaultAssimpSeq = new AssimpAppSequence(ambientSeq);