Selaa lähdekoodia

Update 3DSLoader.cpp

Kim Kulling 5 vuotta sitten
vanhempi
sitoutus
f44572157a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      code/AssetLib/3DS/3DSLoader.cpp

+ 1 - 0
code/AssetLib/3DS/3DSLoader.cpp

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