mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Update assimpShapeLoader.cpp
This commit is contained in:
parent
37dd58dca4
commit
7115d9bcc6
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue