]> git.localhorst.tv Git - blank.git/blobdiff - src/world.cpp
modify stair model so cut is along x axis
[blank.git] / src / world.cpp
index 46abf711facdfc85ea497bd8ee8f555f44dc767e..5244d152bbe1326e190d2819120c1e54d7b3729f 100644 (file)
@@ -15,8 +15,8 @@ World::World()
 , chunks(blockType, generate)
 , player() {
        BlockType::Faces block_fill = {  true,  true,  true,  true,  true,  true };
-       BlockType::Faces slab_fill  = { false, false, false,  true, false, false };
-       BlockType::Faces stair_fill = {  true, false, false,  true, false, false };
+       BlockType::Faces slab_fill  = { false,  true, false, false, false, false };
+       BlockType::Faces stair_fill = { false,  true, false, false, false,  true };
 
        { // white block
                BlockType type(true, { 1.0f, 1.0f, 1.0f }, &blockShape);