summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-30 07:33:27 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-30 07:33:27 +0100
commitc472b8d4d2719537ccf7b11f80717ca0cf3c22c2 (patch)
treedda45dd4ae81186dac18f72da0cbb4f28282ae39 /src/wall-atlas.hpp
parent37cfaa7cee2dcd32e7c7305056e224e87e752ebe (diff)
a
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index a0103b2d..31f62388 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -16,7 +16,7 @@ namespace floormat::Wall {
struct Frame
{
- Vector2ui offset = { (unsigned)-1, (unsigned)-1 };
+ Vector2ui offset = { (unsigned)-1, (unsigned)-1 }, size;
bool operator==(const Frame&) const noexcept;
};