mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
75974ef479
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue