Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
75974ef479
@ -69,7 +69,7 @@ namespace Toolbox.Library
|
||||
|
||||
public byte GetMaxSkinInfluenceCount()
|
||||
{
|
||||
return (byte)vertices.Max(t => t.boneIds.Count);
|
||||
return (byte)vertices.Max(t => t.boneWeights.Count);
|
||||
}
|
||||
|
||||
public Vector3 GetOrigin()
|
||||
|
Loading…
x
Reference in New Issue
Block a user