mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 09:45:36 +00:00
Do not search if it is not used
This commit is contained in:
parent
813b8ee0d1
commit
a885134868
1 changed files with 0 additions and 1 deletions
|
@ -539,7 +539,6 @@ namespace Resource
|
|||
if (mVFS->exists(normalized))
|
||||
{
|
||||
Log(Debug::Error) << "Failed to load '" << name << "': " << e.what() << ", using marker_error." << sMeshTypes[i] << " instead";
|
||||
Files::IStreamPtr file = mVFS->get(normalized);
|
||||
loaded = load(normalized, mVFS, mImageManager, mNifFileManager);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue