fixed bug

This commit is contained in:
Perfare 2018-06-10 05:11:44 +08:00
parent 3457d4d22c
commit 18e934dd7e

View File

@ -584,6 +584,7 @@ namespace AssetStudio
memStream.Position = 0;
iTex = new ImportedTexture(memStream, name);
TextureList.Add(iTex);
bitmap.Dispose();
}
}
}