ObjLoading: Fix loading the wrong chunkbuffer window data when trying to shift chunkbuffer

This commit is contained in:
Jan
2020-02-10 14:17:28 +01:00
parent 76712328b2
commit 53b03c1fdb
3 changed files with 81 additions and 33 deletions

View File

@ -126,7 +126,9 @@ void ObjLoaderT6::LoadImageFromIwi(T6::GfxImage* image, ISearchPath* searchPath,
delete ipakStream;
if (loadedTexture != nullptr)
{
break;
}
}
}
}