1
0
mirror of synced 2024-11-12 10:10:50 +01:00

One more fix

This commit is contained in:
KillzXGaming 2019-05-06 19:15:55 -04:00
parent de96b5ee82
commit 4d91fdebc0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -538,7 +538,7 @@ namespace FirstPlugin
ArrayCount = 1;
if (Width != 0 && Height != 0 && SurfFormat != 0)
if (Width != 0 && Height != 0)
{
using (reader.TemporarySeek(header.TextureBlockTableOffset + DataPos, SeekOrigin.Begin))
{