Fix status function

This commit is contained in:
Filip Sykala 2021-07-19 10:12:19 +02:00
parent 709ea1283e
commit c444ef81bd
3 changed files with 3 additions and 49 deletions

View file

@ -17,7 +17,7 @@ namespace Slic3r {
/// When nullptr then max float is used
/// Output: Last used ErrorValue to collapse edge</param>
/// <param name="throw_on_cancel">Could stop process of calculation.</param>
/// <param name="statusfn">Give a feed back to user about progress.</param>
/// <param name="statusfn">Give a feed back to user about progress. Values 1 - 100</param>
void its_quadric_edge_collapse(
indexed_triangle_set & its,
uint32_t triangle_count = 0,