bugfix [#22716] Game engine corrupts rig ID-Properties.

This commit is contained in:
Campbell Barton 2010-07-23 19:47:25 +00:00
parent c36fcf5116
commit 9c3376a030

@ -114,6 +114,11 @@ void game_copy_pose(bPose **dst, bPose *src, int copy_constraint)
pchan->constraints.first = NULL;
pchan->constraints.last = NULL;
}
// fails to link, props are not used in the BGE yet.
/* if(pchan->prop)
pchan->prop= IDP_CopyProperty(pchan->prop); */
pchan->prop= NULL;
}
BLI_ghash_free(ghash, NULL, NULL);