Merge branch 'master' into master

pull/2905/head
Kim Kulling 2020-01-17 08:17:45 +01:00 committed by GitHub
commit bdbe111abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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.