Set a default vertex skin count to prevent issues with DAE exporting
This commit is contained in:
parent
76ff237935
commit
25c2abfd9b
@ -53,7 +53,7 @@ namespace Toolbox.Library
|
||||
public int DisplayLODIndex;
|
||||
public int Offset;
|
||||
|
||||
private byte vertexSkinCount;
|
||||
private byte vertexSkinCount = 4;
|
||||
public byte VertexSkinCount
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user