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