diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 1dbd14daeb..3e34e64a5e 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -201,7 +201,7 @@ namespace Nif { "BSEffectShaderPropertyFloatController", &construct }, { "BSLightingShaderPropertyFloatController", - &construct }, + &construct }, { "BSEffectShaderPropertyColorController", &construct }, }; diff --git a/components/nif/record.hpp b/components/nif/record.hpp index a27c309f11..b5319d2b2f 100644 --- a/components/nif/record.hpp +++ b/components/nif/record.hpp @@ -167,6 +167,7 @@ namespace Nif RC_BSTriShape, RC_BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyColorController, + RC_BSLightingShaderPropertyFloatController, }; /// Base class for all records