Fixed race condition when no pad is generated. Progress indication for SLA is broken.

This commit is contained in:
tamasmeszaros 2018-11-21 17:40:18 +01:00
parent c5438d8bc3
commit 5c141d9f10
2 changed files with 16 additions and 8 deletions

View file

@ -503,7 +503,7 @@ struct Pad {
// Contour3D mesh;
TriangleMesh tmesh;
PoolConfig cfg;
double zlevel;
double zlevel = 0;
Pad() {}