diff options
Diffstat (limited to 'src')
-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 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; }; |