Update 3DSLoader.cpp

This commit is contained in:
Kim Kulling
2021-01-22 13:14:59 +01:00
committed by GitHub
parent c9c54822fd
commit f44572157a

View File

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