diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-09 08:27:53 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 11:07:54 +0200 |
| commit | bb4fb9bc999494e112371e7ecd7702fe9c145059 (patch) | |
| tree | 402269db61024fa16befc3320d348aabd96cd482 /src/wall-atlas.hpp | |
| parent | b476ddacc61b185cad98b198997a76f999d9706a (diff) | |
src: unroll chunk wall rendering loop
Diffstat (limited to 'src/wall-atlas.hpp')
| -rw-r--r-- | src/wall-atlas.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 52a1f96a..230c4e4f 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -60,12 +60,6 @@ struct Direction { "corner"_s, &Direction::corner, Group_::corner }, }; static_assert(array_size(groups) == (size_t)Group_::COUNT); - - static constexpr member_tuple groups_for_draw[] = { - { "wall"_s, &Direction::wall, Group_::wall }, - { "side"_s, &Direction::side, Group_::side }, - { "top"_s, &Direction::top, Group_::top }, - }; }; struct Info |
