Fixed build warnings on MSVC14 x64 in the D3MF format sources.

This commit is contained in:
Jared Mulconry
2016-11-19 03:34:39 +11:00
parent 9a323d6de3
commit 43ef4ec715
2 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ private:
mesh->mName.Set(name);
meshes.push_back(mesh);
meshIds.push_back(meshIdx);
meshIds.push_back(static_cast<unsigned long>(meshIdx));
meshIdx++;
}