Mass: add missing value to CustomStyle.

This commit is contained in:
Guillaume Jacquemin 2021-09-27 21:55:05 +02:00
parent 18aa7f659e
commit e77cce5b42
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ struct CustomStyle {
Color4 colour{0.0f};
Float metallic = 0.0f;
Float gloss = 0.0f;
bool glow = false;
Int patternId = 0;
Float opacity = 0.0f;