mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fix a bug where UV is exported incorrectly.
Co-Authored-By: Razmoth <32140579+razmoth@users.noreply.github.com>
This commit is contained in:
parent
115074fdc0
commit
0d2aebc1f4
@ -366,6 +366,7 @@ namespace AssetStudio
|
|||||||
{
|
{
|
||||||
if (iMesh.hasUV[uv])
|
if (iMesh.hasUV[uv])
|
||||||
{
|
{
|
||||||
|
c = 4;
|
||||||
var m_UV = mesh.GetUV(uv);
|
var m_UV = mesh.GetUV(uv);
|
||||||
if (m_UV.Length == mesh.m_VertexCount * 2)
|
if (m_UV.Length == mesh.m_VertexCount * 2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user