From 0e1a886e0b1bae9d3e990b7b686e10f1c105e65d Mon Sep 17 00:00:00 2001 From: scriptkitz Date: Sat, 11 Dec 2021 15:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3UV=E5=AF=BC=E5=87=BA=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=E3=80=82=20(#891)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetStudioGUI/Exporter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AssetStudioGUI/Exporter.cs b/AssetStudioGUI/Exporter.cs index 6bc77ad..473ce78 100644 --- a/AssetStudioGUI/Exporter.cs +++ b/AssetStudioGUI/Exporter.cs @@ -152,6 +152,7 @@ namespace AssetStudioGUI #region UV if (m_Mesh.m_UV0?.Length > 0) { + c = 4; if (m_Mesh.m_UV0.Length == m_Mesh.m_VertexCount * 2) { c = 2;