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)