Menu

#136 wrong channels numbering

v1.4
open
General (42)
5
2009-10-05
2009-10-05
Anonymous
No

file: CrtSceneRead.cpp
at the end of ReadAnimationChannel function line: 1376
instead of
animation->NumAnimChannels = new_channel->NumElementTargets;
there should be
animation->NumAnimChannels += new_channel->NumElementTargets;
as far as i understand

thanks
alariq@gmail.com

Discussion


Log in to post a comment.