* Revert "Refactoring: use using types (#6266)"
This commit is contained in:
committed by
GitHub
parent
0978918f71
commit
672594c230
@@ -222,7 +222,7 @@ void STLImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Read an ASCII STL file
|
||||
void STLImporter::LoadASCIIFile(aiNode *root) {
|
||||
MeshArray meshes;
|
||||
std::vector<aiMesh *> meshes;
|
||||
std::vector<aiNode *> nodes;
|
||||
const char *sz = mBuffer;
|
||||
const char *bufferEnd = mBuffer + mFileSize;
|
||||
|
||||
Reference in New Issue
Block a user