GP: Missing in previous count commit

This commit is contained in:
Antonioya
2019-01-11 17:30:35 +01:00
parent 6abbab5b53
commit ba4e6d73af

View File

@@ -141,6 +141,8 @@ static void gpencil_calc_vertex(
cache->b_fill.tot_vertex *= factor;
cache->b_stroke.tot_vertex *= factor;
cache->b_point.tot_vertex *= factor;
cache->b_edit.tot_vertex *= factor;
cache->b_edlin.tot_vertex *= factor;
}
}
}