Update 3DSLoader.cpp

pull/3602/head
Kim Kulling 2021-01-22 13:14:59 +01:00 committed by GitHub
parent c9c54822fd
commit f44572157a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ void Discreet3DSImporter::ParseMainChunk() {
case Discreet3DS::CHUNK_PRJ:
bIsPrj = true;
break;
case Discreet3DS::CHUNK_MAIN:
ParseEditorChunk();
break;