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