This commit is contained in:
Jiri Drbalek 2017-09-11 15:25:19 +00:00
parent ebb8d3b3ed
commit 6777721391

View file

@ -213,8 +213,12 @@ void feature_style_processor<Processor>::apply_to_layer(layer const& lay,
if (!mat.active_styles_.empty())
{
p.start_layer_processing(mat.lay_, mat.layer_ext2_);
render_material(mat,p);
render_submaterials(mat, p);
p.end_layer_processing(mat.lay_);
}
}