mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 14:30:26 +00:00
Disable the skin limiter thingy
This commit is contained in:
parent
0536f1a225
commit
1b510a05e7
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ namespace Bfres.Structs
|
||||||
|
|
||||||
Console.WriteLine("Processing Data. Object count " + assimp.objects.Count);
|
Console.WriteLine("Processing Data. Object count " + assimp.objects.Count);
|
||||||
|
|
||||||
bool ForceSkinInfluence = true;
|
bool ForceSkinInfluence = false;
|
||||||
int ForceSkinInfluenceMax = 4;
|
int ForceSkinInfluenceMax = 4;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue