Fixed HD 64x32 skins not working in the Add Skin form

This commit is contained in:
MattNL
2023-04-25 21:15:16 -04:00
parent de52230aaa
commit f772711eef

View File

@@ -87,7 +87,7 @@ namespace PckStudio
//comboBoxSkinType.Text = "Steve (64x64)";
skinType = eSkinType._64x64HD;
}
else if (img.Width == img.Height / 2) // 64x32 HD
else if (img.Height == img.Width / 2) // 64x32 HD
{
anim.SetFlag(ANIM_EFFECTS.RESOLUTION_64x64, false);
anim.SetFlag(ANIM_EFFECTS.SLIM_MODEL, false);