Merge pull request #2904 from turol/misc-fixes
Revert broken test files and improve error messages in Half-Life MDL loaderpull/2906/head^2
commit
e5864aaf5b
|
@ -175,9 +175,9 @@ void HL1MDLLoader::load_file() {
|
|||
|
||||
release_resources();
|
||||
|
||||
} catch (const std::exception &e) {
|
||||
} catch (...) {
|
||||
release_resources();
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue