diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 22:30:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 22:30:40 +0100 |
commit | 5fa4a15284bb037d4b76b57078a58b81d2123d7d (patch) | |
tree | a656529fcdc7b298b9432fbc3c373428e2f4bf8f /src/chunk-walls.cpp | |
parent | 3b09485f81a27c70af5b61b1bc61154f1befeaef (diff) |
a
Diffstat (limited to 'src/chunk-walls.cpp')
-rw-r--r-- | src/chunk-walls.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chunk-walls.cpp b/src/chunk-walls.cpp index 83e33b62..6720bec9 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, Y, Z }, + { -X - depth, -Y, Z }, + { -X - depth, Y, Z }, }}; } case corner: |