mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Change default colour mode (as apparently it actually gets used sometimes)
This commit is contained in:
parent
0a409c0ab8
commit
244bd289cb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Shader
|
|||
|
||||
ShaderVisitor::ShaderRequirements::ShaderRequirements()
|
||||
: mShaderRequired(false)
|
||||
, mColorMode(2)
|
||||
, mColorMode(0)
|
||||
, mMaterialOverridden(false)
|
||||
, mNormalHeight(false)
|
||||
, mTexStageRequiringTangents(-1)
|
||||
|
|
Loading…
Reference in a new issue