From c472b8d4d2719537ccf7b11f80717ca0cf3c22c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 30 Nov 2023 07:33:27 +0100 Subject: a --- src/wall-atlas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; }; -- cgit v1.2.3