Update glTF2Importer.cpp

pull/5090/head
Kim Kulling 2023-06-08 20:55:48 +02:00 committed by GitHub
parent 186d7fd606
commit 1ab4161cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ glTF2Importer::glTF2Importer() :
// empty
}
glTF2Importer::~glTF2Importer() = default;
const aiImporterDesc *glTF2Importer::GetInfo() const {
return &desc;
}