fixing review comments

This commit is contained in:
samcake 2015-09-21 22:51:14 -07:00
parent 4513b64b00
commit 80e5581639

View file

@ -1588,7 +1588,7 @@ void Model::renderPart(RenderArgs* args, int meshIndex, int partIndex, int shape
}
// guard against partially loaded meshes
if (/*partIndex >= (int)networkMesh._parts.size() ||*/ partIndex >= mesh.parts.size()) {
if (partIndex >= mesh.parts.size()) {
return;
}