mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
admesh: changed header_num_facets to uint32
This commit is contained in:
@@ -58,7 +58,7 @@ extern void stl_internal_reverse_quads(char *buf, size_t cnt);
|
|||||||
void
|
void
|
||||||
stl_count_facets(stl_file *stl, const char *file) {
|
stl_count_facets(stl_file *stl, const char *file) {
|
||||||
long file_size;
|
long file_size;
|
||||||
int header_num_facets;
|
uint32_t header_num_facets;
|
||||||
uint32_t num_facets;
|
uint32_t num_facets;
|
||||||
int i;
|
int i;
|
||||||
size_t s;
|
size_t s;
|
||||||
|
|||||||
Reference in New Issue
Block a user