Browse Source

Merge branch 'master' into master

Kim Kulling 5 years ago
parent
commit
bdbe111abd

+ 2 - 2
code/MDL/HalfLife/HL1MDLLoader.cpp

@@ -175,9 +175,9 @@ void HL1MDLLoader::load_file() {
 
         release_resources();
 
-    } catch (const std::exception &e) {
+    } catch (...) {
         release_resources();
-        throw e;
+        throw;
     }
 }
 

BIN
test/models/MS3D/Wuson.ms3d


BIN
test/models/glTF2/BoxTextured-glTF-Binary/BoxTextured.glb