diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 09:09:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 09:56:27 +0100 |
commit | 3b09485f81a27c70af5b61b1bc61154f1befeaef (patch) | |
tree | 88e0f7cc1293c02e848cabdd0fe20c3b6be0c1b6 /src/chunk-walls.cpp | |
parent | c6492403a4a47ac8679b65359f47cacae2700be3 (diff) |
a
Diffstat (limited to 'src/chunk-walls.cpp')
-rw-r--r-- | src/chunk-walls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp index 9f9901a1..83e33b62 100644 --- a/src/chunk-walls.cpp +++ b/src/chunk-walls.cpp @@ -93,10 +93,10 @@ constexpr Quads::quad get_quad(Direction_ D, Group_ G, float depth) else { return {{ + { -X - depth, Y, Z }, + { -X, Y, Z }, { -X - depth, -Y, Z }, { -X, -Y, Z }, - { -X - depth, Y, Z }, - { -X, Y, Z } }}; } case corner: |