* Revert "Refactoring: use using types (#6266)"
This commit is contained in:
committed by
GitHub
parent
0978918f71
commit
672594c230
@@ -121,7 +121,7 @@ void IRRMeshImporter::InternReadFile(const std::string &pFile,
|
||||
|
||||
// final data
|
||||
std::vector<aiMaterial *> materials;
|
||||
MeshArray meshes;
|
||||
std::vector<aiMesh *> meshes;
|
||||
materials.reserve(5);
|
||||
meshes.reserve(5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user