Skip to content

Commit

Permalink
SkinRenderer - Fix textureSize updating when texture changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NessieHax committed Mar 13, 2024
1 parent 46ab381 commit 29a9e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PCK-Studio/Rendering/SkinRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public Image Texture
if (!args.Cancel)
{
_skinImage = value;
TextureSize = value.Width == value.Height ? new Size(64, 64) : new Size(64, 32);
}
}
}
Expand Down

0 comments on commit 29a9e4e

Please sign in to comment.