From 94b286a088ebfb96dad35fd535367d30a3cd34af Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Wed, 27 Sep 2023 12:30:47 +0300 Subject: [PATCH] Read NiLightRadiusController --- components/nif/niffile.cpp | 1 + components/nif/record.hpp | 1 + 2 files changed, 2 insertions(+) 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,