Menu

#135 animation loading code

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

crtSceneRead.cpp line 1271 is_sep has to be changed to sid_sep, surrent
situation will not lead to crash because there is another check sid_sep>id_sep
but anyway
original:
if (id_sep != NULL && id_sep !=NULL && sid_sep>id_sep)
should be:
if (id_sep != NULL && sid_sep !=NULL && sid_sep>id_sep)

Discussion


Log in to post a comment.