Fix copy/paste typo in new depsgraph object geometry builder (found by coverity).

This commit is contained in:
Bastien Montagne 2016-11-18 11:55:28 +01:00
parent 03a395766a
commit b859fef670
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ void DepsgraphNodeBuilder::build_obdata_geom(Scene *scene, Object *ob)
build_object(scene, NULL, cu->bevobj);
}
if (cu->taperobj != NULL) {
build_object(scene, NULL, cu->bevobj);
build_object(scene, NULL, cu->taperobj);
}
if (ob->type == OB_FONT && cu->textoncurve != NULL) {
build_object(scene, NULL, cu->textoncurve);