mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-16 15:12:16 +00:00
Improved placement of generated mipmaps
This commit is contained in:
@@ -2922,7 +2922,7 @@ namespace PckStudio
|
||||
mippedTexture.Save(texStream, ImageFormat.Png);
|
||||
MipMappedFile.SetData(texStream.ToArray());
|
||||
|
||||
currentPCK.Files.Add(MipMappedFile);
|
||||
currentPCK.Files.Insert(currentPCK.Files.IndexOf(file) + i - 1, MipMappedFile);
|
||||
}
|
||||
BuildMainTreeView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user