mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-06-03 00:58:13 -04:00
修正UV导出计算错误问题。 (#891)
This commit is contained in:
parent
97b5f51f3a
commit
0e1a886e0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user