mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
admesh: changed header_num_facets to uint32
This commit is contained in:
parent
1958673806
commit
9898024ce9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ extern void stl_internal_reverse_quads(char *buf, size_t cnt);
|
|||
void
|
||||
stl_count_facets(stl_file *stl, const char *file) {
|
||||
long file_size;
|
||||
int header_num_facets;
|
||||
uint32_t header_num_facets;
|
||||
uint32_t num_facets;
|
||||
int i;
|
||||
size_t s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue