summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-07 19:42:01 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-07 19:43:32 +0100
commit24c7e1915bf16b4141d0502af040791fed65aa06 (patch)
tree4f4488a388d4fb2951ee702aed1189819232a6cc /src/wall-atlas.hpp
parent039677a6b78f74ef019ac37a5e789efad6093743 (diff)
a
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp5
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; }