diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index e92d4e74bc..202c551a05 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -156,6 +156,8 @@ namespace Nif &construct }, { "BSLightingShaderPropertyFloatController", &construct }, + { "BSLightingShaderPropertyUShortController", + &construct }, { "bhkBlendController", &construct }, { "NiBSBoneLODController", &construct }, { "NiLightRadiusController", &construct }, diff --git a/components/nif/record.hpp b/components/nif/record.hpp index 07c3842113..0679bd862a 100644 --- a/components/nif/record.hpp +++ b/components/nif/record.hpp @@ -98,6 +98,7 @@ namespace Nif RC_BSLightingShaderProperty, RC_BSLightingShaderPropertyColorController, RC_BSLightingShaderPropertyFloatController, + RC_BSLightingShaderPropertyUShortController, RC_BSLODTriShape, RC_BSMaterialEmittanceMultController, RC_BSMeshLODTriShape,