summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 05:25:04 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 05:25:47 +0100
commit32b4231d09f4c19dbcbf1f29ff66d109f11be1dd (patch)
treeca4bd3891509dde87ca1895d89fdd21054757da4 /src/wall-atlas.hpp
parentc9360ffe04725abf6e4f1b97d67731981508749f (diff)
remove tint-add
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index 9a329a74..82301187 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -30,7 +30,6 @@ struct Group
uint32_t index = (uint32_t)-1, count = 0;
Vector2ui pixel_size;
Color4 tint_mult{1,1,1,1};
- Color3 tint_add{};
uint8_t from_rotation = (uint8_t)-1;
bool mirrored : 1 = false,
default_tint : 1 = true,