Clear pose draw data in BGE pose copy

This commit is contained in:
2017-06-01 14:57:27 +10:00
parent 42e336728d
commit e0216ea89b

View File

@@ -138,7 +138,8 @@ static void game_copy_pose(bPose **dst, bPose *src, int copy_constraint)
if (pchan->prop)
pchan->prop= IDP_CopyProperty(pchan->prop);
#endif
pchan->prop= NULL;
pchan->prop = NULL;
pchan->draw_data = NULL;
}
BLI_ghash_free(ghash, NULL, NULL);