2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-29 07:41:53 +00:00

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;
}
}
}
}