mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-28 05:26:22 +00:00
Fixed oversight in custom cape icon code
This commit is contained in:
@@ -697,8 +697,8 @@ namespace PckStudio.Controls
|
||||
|
||||
// this math is basically to ensure the face is stretched if the texture is improper
|
||||
Rectangle faceRect = new Rectangle(
|
||||
(int)(depth * textureScaleX + depth * textureScaleX),
|
||||
(int)(depth * textureScaleY + depth * textureScaleY),
|
||||
(int)(depth * textureScaleX),
|
||||
(int)(depth * textureScaleY),
|
||||
(int)(width * textureScaleX),
|
||||
(int)(height * textureScaleY)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user