diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-30 07:33:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-30 07:33:27 +0100 |
commit | c472b8d4d2719537ccf7b11f80717ca0cf3c22c2 (patch) | |
tree | dda45dd4ae81186dac18f72da0cbb4f28282ae39 /src/wall-atlas.hpp | |
parent | 37cfaa7cee2dcd32e7c7305056e224e87e752ebe (diff) |
a
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 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; }; |