missed last commit

This commit is contained in:
Campbell Barton 2015-03-30 21:25:28 +11:00
parent 268524c025
commit 01e0062b4c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void SceneExporter::writeNodes(Object *ob, Scene *sce)
//not ideal: add the target object name as another parameter.
//No real mapping in the .dae
//Need support for multiple target objects also.
bConstraintTypeInfo *cti = BKE_constraint_typeinfo_get(con);
const bConstraintTypeInfo *cti = BKE_constraint_typeinfo_get(con);
ListBase targets = {NULL, NULL};
if (cti && cti->get_constraint_targets) {