Fixed build warnings on MSVC14 x64 in subdivision routine.
parent
58e0d8c261
commit
387afcf74f
|
@ -188,7 +188,7 @@ void CatmullClarkSubdivider::Subdivide (
|
||||||
}
|
}
|
||||||
|
|
||||||
outmeshes.push_back(NULL);inmeshes.push_back(i);
|
outmeshes.push_back(NULL);inmeshes.push_back(i);
|
||||||
maptbl.push_back(s);
|
maptbl.push_back(static_cast<unsigned int>(s));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do the actual subdivision on the preallocated storage. InternSubdivide
|
// Do the actual subdivision on the preallocated storage. InternSubdivide
|
||||||
|
|
Loading…
Reference in New Issue