Loading tools/mesh_converter/MeshConverter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ int main(int argc, char** argv) { mesh_points_done += divisions.z(); LOG_PROGRESS(INFO, "m") << "Interpolating new mesh: " << mesh_points_done << " of " << mesh_points_total << ", " << (100 * mesh_points_done / mesh_points_total) << "%"; << (mesh_points_done / (mesh_points_total / 100)) << "%"; return new_mesh; }; Loading Loading
tools/mesh_converter/MeshConverter.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ int main(int argc, char** argv) { mesh_points_done += divisions.z(); LOG_PROGRESS(INFO, "m") << "Interpolating new mesh: " << mesh_points_done << " of " << mesh_points_total << ", " << (100 * mesh_points_done / mesh_points_total) << "%"; << (mesh_points_done / (mesh_points_total / 100)) << "%"; return new_mesh; }; Loading