Build fixup for previous commit

Build error introduced on: 285cfef695.
This commit is contained in:
Dalai Felinto 2018-12-14 08:38:30 -02:00
parent 7e6288cfe6
commit 10508338d8
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ static int bake(
}
/* We need to restore object->data to a non-modifier-evaluated state. */
BKE_object_free_derivedderived_caches(ob_low_eval);
BKE_object_free_derived_caches(ob_low_eval);
me_cage = bake_mesh_new_from_object(depsgraph, bmain, scene, ob_low_eval);
RE_bake_pixels_populate(me_cage, pixel_array_low, num_pixels, &bake_images, uv_layer);
}