Merge branch 'falloutfalloffnthtimesthecharm' into 'master'

BSEffectShader/NoLighting fixes

See merge request OpenMW/openmw!3211
This commit is contained in:
psi29a 2023-07-10 07:51:53 +00:00
commit d9027f7eef
3 changed files with 14 additions and 28 deletions

View file

@ -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