mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 12:07:51 +03:00
Merge branch 'falloutfalloffnthtimesthecharm' into 'master'
BSEffectShader/NoLighting fixes See merge request OpenMW/openmw!3211
This commit is contained in:
commit
d9027f7eef
3 changed files with 14 additions and 28 deletions
|
@ -232,6 +232,8 @@ namespace Nif
|
|||
std::string mGreyscaleTexture;
|
||||
|
||||
void read(NIFStream* nif) override;
|
||||
|
||||
bool useFalloff() const { return (flags >> 6) & 1; }
|
||||
};
|
||||
|
||||
struct NiDitherProperty : public Property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue