diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 9b41200e..fd518b66 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -23,10 +23,9 @@ struct Group Vector2ui pixel_size; Color4 tint_mult{1,1,1,1}; Color3 tint_add; - uint8_t from_rotation = (uint8_t)-1; + uint8_t from_rotation = (uint8_t)-1; // applies only to images bool mirrored : 1 = false, - default_tint : 1 = true, - _default_tint_specified : 1 = false; + default_tint : 1 = true; explicit operator bool() const noexcept { return !is_empty(); } bool is_empty() const noexcept { return count == 0; } |