Update PlyLoader.cpp
parent
ce14a05280
commit
342824303c
|
@ -746,7 +746,6 @@ void PLYImporter::LoadFaces(std::vector<PLY::Face>* pvOut)
|
||||||
{
|
{
|
||||||
ai_assert(NULL != pvOut);
|
ai_assert(NULL != pvOut);
|
||||||
|
|
||||||
PLY::ElementInstanceList* pcList = NULL;
|
|
||||||
bool bOne = false;
|
bool bOne = false;
|
||||||
|
|
||||||
// index of the vertex index list
|
// index of the vertex index list
|
||||||
|
|
Loading…
Reference in New Issue