Skip to content

Commit bc6a5cb

Browse files
committed
Merge branch 'master' of https://github.com/patrikhuber/eos
2 parents 0b77686 + c3a6f70 commit bc6a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/+eos/+fitting/private/fitting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[])
9090
const auto morphable_model = morphablemodel::load_model(morphablemodel_file);
9191
const auto blendshapes = morphablemodel::load_blendshapes(blendshapes_file);
9292
morphable_model_with_expressions = morphablemodel::MorphableModel(
93-
morphable_model.get_shape_model(), blendshapes, morphable_model.get_color_model(),
93+
morphable_model.get_shape_model(), blendshapes, morphable_model.get_color_model(), cpp17::nullopt,
9494
morphable_model.get_texture_coordinates());
9595
}
9696
const core::LandmarkMapper landmark_mapper(mapper_file);

0 commit comments

Comments
 (0)