diff --git a/parts/mdl/mdlimport.cpp b/parts/mdl/mdlimport.cpp index 4e3a058..9bf6e9b 100644 --- a/parts/mdl/mdlimport.cpp +++ b/parts/mdl/mdlimport.cpp @@ -41,12 +41,12 @@ void importModel(physis_MDL &existingModel, const QString &filename) std::vector processingParts; struct ShapeSubmesh { - int affected_submesh = 0; + uint32_t affected_submesh = 0; std::vector values; }; struct ShapeMesh { - int affected_part = 0; + uint32_t affected_part = 0; std::vector submeshes; };