From 7c539c0e8750eb5b46f46665cef71021f62ad73e Mon Sep 17 00:00:00 2001 From: jonwd7 <jon.wd7@gmail.com> Date: Thu, 19 Oct 2017 10:25:57 -0400 Subject: [PATCH] NiSkinningLODController fix Missed field when transferring decoding from 010 templates. --- nif.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nif.xml b/nif.xml index 7575bee..d8ae80b 100644 --- a/nif.xml +++ b/nif.xml @@ -6398,6 +6398,7 @@ </niobject> <compound name="LODInfo"> + <add name="Num Bones" type="uint" /> <add name="Num Active Skins" type="uint" /> <add name="Skin Indices" type="uint" arr1="Num Active Skins" /> </compound> -- GitLab