1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Set a default vertex skin count to prevent issues with DAE exporting

This commit is contained in:
KillzXGaming 2019-11-16 14:54:28 -05:00
parent 76ff237935
commit 25c2abfd9b

View File

@ -53,7 +53,7 @@ namespace Toolbox.Library
public int DisplayLODIndex;
public int Offset;
private byte vertexSkinCount;
private byte vertexSkinCount = 4;
public byte VertexSkinCount
{
get