mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 08:15:37 +00:00
Read BSLightingShaderPropertyColorController
This commit is contained in:
parent
c34157fc28
commit
e710e94304
2 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,8 @@ namespace Nif
|
|||
&construct<BSEffectShaderPropertyFloatController, RC_BSLightingShaderPropertyFloatController> },
|
||||
{ "BSEffectShaderPropertyColorController",
|
||||
&construct<BSEffectShaderPropertyColorController, RC_BSEffectShaderPropertyColorController> },
|
||||
{ "BSLightingShaderPropertyColorController",
|
||||
&construct<BSEffectShaderPropertyColorController, RC_BSLightingShaderPropertyColorController> },
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -171,6 +171,7 @@ namespace Nif
|
|||
RC_BSEffectShaderPropertyFloatController,
|
||||
RC_BSEffectShaderPropertyColorController,
|
||||
RC_BSLightingShaderPropertyFloatController,
|
||||
RC_BSLightingShaderPropertyColorController,
|
||||
};
|
||||
|
||||
/// Base class for all records
|
||||
|
|
Loading…
Reference in a new issue