Add RC value to BSLightingShaderPropertyFloatController and change the revelant RC value in niffile

revert-6246b479
alekulyn 1 year ago
parent 589726d4f8
commit 4b90352c2f

@ -201,7 +201,7 @@ namespace Nif
{ "BSEffectShaderPropertyFloatController",
&construct<BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController> },
{ "BSLightingShaderPropertyFloatController",
&construct<BSEffectShaderPropertyFloatController, RC_BSEffectShaderPropertyFloatController> },
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
{ "BSEffectShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> },
};

@ -167,6 +167,7 @@ namespace Nif
RC_BSTriShape,
RC_BSEffectShaderPropertyFloatController,
RC_BSEffectShaderPropertyColorController,
RC_BSLightingShaderPropertyFloatController,
};
/// Base class for all records

Loading…
Cancel
Save