Fixed a size_t uint conversion
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@558 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenMesh
|
||||
{
|
||||
|
||||
TriConnectivity::FaceHandle
|
||||
TriConnectivity::add_face(const VertexHandle* _vertex_handles, uint _vhs_size)
|
||||
TriConnectivity::add_face(const VertexHandle* _vertex_handles, size_t _vhs_size)
|
||||
{
|
||||
// need at least 3 vertices
|
||||
if (_vhs_size < 3) return InvalidFaceHandle;
|
||||
|
||||
Reference in New Issue
Block a user