summaryrefslogtreecommitdiffhomepage
path: root/src/chunk-walls.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-10 22:30:40 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-10 22:30:40 +0100
commit5fa4a15284bb037d4b76b57078a58b81d2123d7d (patch)
treea656529fcdc7b298b9432fbc3c373428e2f4bf8f /src/chunk-walls.cpp
parent3b09485f81a27c70af5b61b1bc61154f1befeaef (diff)
a
Diffstat (limited to 'src/chunk-walls.cpp')
-rw-r--r--src/chunk-walls.cpp6
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: