From c83c8185aad63d8f36f3915814a320fd2da2ff7b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 7 Nov 2023 18:18:43 +0100 Subject: a --- src/wall-atlas.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 6a94b34f..9b41200e 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -24,8 +24,9 @@ struct Group Color4 tint_mult{1,1,1,1}; Color3 tint_add; uint8_t from_rotation = (uint8_t)-1; - bool mirrored : 1 = false, - use_default_tint : 1 = true; + bool mirrored : 1 = false, + default_tint : 1 = true, + _default_tint_specified : 1 = false; explicit operator bool() const noexcept { return !is_empty(); } bool is_empty() const noexcept { return count == 0; } -- cgit v1.2.3