summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-11 04:17:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-11 04:17:02 +0100
commitd4ab3ea68b47ecb0413c1d31a27d7cd57202ac28 (patch)
tree2f0e4845dcfd05df265627d5d3eb4e910549d6e2 /src
parentbe5ca3208891a8d45cbb7f9c25905f46332572a0 (diff)
w
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 c2da82f9..0e2a6e1e 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -42,7 +42,7 @@ struct Direction
using memfn_ptr = Group Direction::*;
struct member_tuple { StringView name; memfn_ptr member; Group_ tag; };
- Group wall{}, overlay{}, side{}, top{};
+ Group wall{}, side{}, top{};
Group corner_L{}, corner_R{};
const Group& group(Group_ i) const;