mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
fixed bug
This commit is contained in:
@ -584,6 +584,7 @@ namespace AssetStudio
|
||||
memStream.Position = 0;
|
||||
iTex = new ImportedTexture(memStream, name);
|
||||
TextureList.Add(iTex);
|
||||
bitmap.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user