1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 10:21:11 +00:00

Read BSLightingShaderPropertyColorController

This commit is contained in:
Alexei Kotov 2023-07-20 03:18:09 +03:00
parent c34157fc28
commit e710e94304
2 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,8 @@ namespace Nif
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> }, &construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
{ "BSEffectShaderPropertyColorController", { "BSEffectShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> }, &construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> },
{ "BSLightingShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSLightingShaderPropertyColorController> },
}; };
} }

View File

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