1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

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

This commit is contained in:
alekulyn 2023-07-10 19:11:28 -05:00
parent 589726d4f8
commit 4b90352c2f
2 changed files with 2 additions and 1 deletions

View File

@ -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> },
};

View File

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