mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 05:19:14 -05:00
fix warning
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -449,7 +449,9 @@ namespace UniGLTF
|
||||
Truncate(m_uv2, maxIndex);
|
||||
Truncate(m_colors, maxIndex);
|
||||
Truncate(m_boneWeights, maxIndex);
|
||||
#if false
|
||||
Truncate(m_tangents, maxIndex);
|
||||
#endif
|
||||
foreach (var blendshape in m_blendShapes)
|
||||
{
|
||||
Truncate(blendshape.Positions, maxIndex);
|
||||
|
||||
Reference in New Issue
Block a user