mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Read BSLightingShaderPropertyColorController
This commit is contained in:
parent
c34157fc28
commit
e710e94304
@ -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…
x
Reference in New Issue
Block a user