summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,