fixed spelling error
parent
f8146e4da2
commit
3de9bbb73d
|
@ -538,7 +538,7 @@ void PLYImporter::LoadFace(const PLY::Element* pcElement, const PLY::ElementInst
|
|||
ai_assert(NULL != instElement);
|
||||
|
||||
if (mGeneratedMesh == NULL)
|
||||
throw DeadlyImportError("Invalid .ply file: Vertices shoud be declared before faces");
|
||||
throw DeadlyImportError("Invalid .ply file: Vertices should be declared before faces");
|
||||
|
||||
bool bOne = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue