Merge pull request #33889 from clayjohn/specular_mode_bug

Fix bug where SpecularMode DISABLED is not cached
This commit is contained in:
Rémi Verschelde 2019-11-25 20:55:17 +01:00 committed by GitHub
commit 2ca90ba343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ private:
uint64_t flags : 18;
uint64_t detail_blend_mode : 2;
uint64_t diffuse_mode : 3;
uint64_t specular_mode : 2;
uint64_t specular_mode : 3;
uint64_t invalid_key : 1;
uint64_t deep_parallax : 1;
uint64_t billboard_mode : 2;