Fix bug where specularmode disabled is not cached

This commit is contained in:
clayjohn 2019-11-25 07:36:07 -08:00
parent e297b83b8e
commit 85dba0c09d

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;