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