mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-11 12:59:05 +08:00
Try to fix Linux build
This commit is contained in:
parent
efb9ef37f6
commit
f6996b7dda
@ -90,7 +90,7 @@ struct stl_neighbors {
|
||||
|
||||
struct stl_stats {
|
||||
stl_stats() { memset(&header, 0, 81); }
|
||||
char header[81] = "";
|
||||
char header[81];// = "";
|
||||
stl_type type = (stl_type)0;
|
||||
uint32_t number_of_facets = 0;
|
||||
stl_vertex max = stl_vertex::Zero();
|
||||
|
Loading…
x
Reference in New Issue
Block a user