summaryrefslogtreecommitdiff
path: root/src/chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r--src/chunk.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 5a50983..2fe78f0 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -108,10 +108,10 @@ const float nm[6][3] = {
const float uv[6][2] = {
- {0.f,0.f},
- {1.f,0.f},
- {0.f,1.f},
+ {1.f,1.f},
{0.f,1.f},
+ {0.f,0.f},
+ {0.f,0.f},
{1.f,0.f},
{1.f,1.f}
};