This commit is contained in:
Chuck Walbourn 2018-07-20 13:51:13 -07:00
Родитель 8af57ff167
Коммит d2ce806fbf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1734,7 +1734,7 @@ HRESULT Mesh::ExportToCMO(const wchar_t* szFileName, size_t nMaterials, const Ma
if ((startIndex + (it->second * 3)) > mnFaces * 3)
return E_FAIL;
startIndex += smesh.PrimCount * 3;
startIndex += static_cast<size_t>(uint64_t(smesh.PrimCount) * 3);
}
}
else