1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 08:15:37 +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> },
{ "BSEffectShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> },
{ "BSLightingShaderPropertyColorController",
&construct<BSEffectShaderPropertyColorController, RC_BSLightingShaderPropertyColorController> },
};
}

View file

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