From 1b510a05e7119732092bb993975cb0b5551ee2d7 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Mon, 20 May 2019 18:22:54 -0400 Subject: [PATCH] Disable the skin limiter thingy --- .../FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs index e0589627..a6fee2d6 100644 --- a/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs +++ b/Switch_FileFormatsMain/FileFormats/BFRES/Bfres Structs/SubFiles/FMDL.cs @@ -928,7 +928,7 @@ namespace Bfres.Structs Console.WriteLine("Processing Data. Object count " + assimp.objects.Count); - bool ForceSkinInfluence = true; + bool ForceSkinInfluence = false; int ForceSkinInfluenceMax = 4;