From 2359522df065d24aa9039eebb48fdaeba3449d6f Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:09:50 +0200 Subject: [PATCH] ModelImporter - Add todo --- PCK-Studio/Internal/ModelImporter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PCK-Studio/Internal/ModelImporter.cs b/PCK-Studio/Internal/ModelImporter.cs index 8c8a8fc9..0115176c 100644 --- a/PCK-Studio/Internal/ModelImporter.cs +++ b/PCK-Studio/Internal/ModelImporter.cs @@ -63,6 +63,7 @@ namespace PckStudio.Internal } } + // TODO: flip bottom texture of each box... internal static void Export(string fileName, SkinModelInfo model) { if (model is null)