mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-03 16:44:18 +00:00
SkinRenderer - Fix textureSize updating when texture changes
This commit is contained in:
@@ -57,7 +57,6 @@ namespace PckStudio.Rendering
|
||||
if (!args.Cancel)
|
||||
{
|
||||
_skinImage = value;
|
||||
TextureSize = value.Width == value.Height ? new Size(64, 64) : new Size(64, 32);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user