mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-23 10:42:43 +00:00
Removed debug info for skin icons
This commit is contained in:
@@ -463,8 +463,6 @@ namespace PckStudio.Core.Extensions
|
|||||||
canvasWidth = canvasMaxX - canvasMinX;
|
canvasWidth = canvasMaxX - canvasMinX;
|
||||||
canvasHeight = canvasMaxY - canvasMinY;
|
canvasHeight = canvasMaxY - canvasMinY;
|
||||||
|
|
||||||
Console.WriteLine($"{skin.Identifier.Id} {canvasWidth}x{canvasHeight}");
|
|
||||||
|
|
||||||
Rectangle cropRect = new Rectangle(
|
Rectangle cropRect = new Rectangle(
|
||||||
(int)Math.Floor(canvasMinX),
|
(int)Math.Floor(canvasMinX),
|
||||||
(int)Math.Floor(canvasMinY),
|
(int)Math.Floor(canvasMinY),
|
||||||
|
|||||||
Reference in New Issue
Block a user