mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
fixed bug
This commit is contained in:
parent
3457d4d22c
commit
18e934dd7e
@ -584,6 +584,7 @@ namespace AssetStudio
|
||||
memStream.Position = 0;
|
||||
iTex = new ImportedTexture(memStream, name);
|
||||
TextureList.Add(iTex);
|
||||
bitmap.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user