diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 2e3cc8f9aa..524be1f5d1 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -158,6 +158,7 @@ namespace Nif &construct }, { "bhkBlendController", &construct }, { "NiBSBoneLODController", &construct }, + { "NiLightRadiusController", &construct }, // Interpolators, Gamebryo { "NiBlendBoolInterpolator", &construct }, diff --git a/components/nif/record.hpp b/components/nif/record.hpp index eeafc7abd5..612ec199a5 100644 --- a/components/nif/record.hpp +++ b/components/nif/record.hpp @@ -186,6 +186,7 @@ namespace Nif RC_NiLight, RC_NiLightColorController, RC_NiLightDimmerController, + RC_NiLightRadiusController, RC_NiLines, RC_NiLinesData, RC_NiLODNode,