diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:01:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:12:05 +0100 |
commit | 9041dfd60ae8a8056df1a5e7e85609a231406d3d (patch) | |
tree | 6d32fefa3cb7624d8f47ee53c68c55ee1a91ebbf /src/wall-atlas.hpp | |
parent | 07a0e09c5927478cf2efee663aeec5dbaf3645f1 (diff) |
w
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r-- | src/wall-atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index c08a53e7..c84bac1b 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -27,7 +27,7 @@ struct Group uint32_t index = (uint32_t)-1, count = 0; Vector2ui pixel_size; Color4 tint_mult{1,1,1,1}; - Color3 tint_add; + Color3 tint_add{}; uint8_t from_rotation = (uint8_t)-1; // applies only to images; todo remove it? bool mirrored : 1 = false, default_tint : 1 = true, |