From f2349ec5dfe9a209df8df981c11eeb888491d74e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 24 Apr 2011 21:18:25 +0300 Subject: [PATCH] ...Now the tesselation should actually work --- src/mapblock.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mapblock.cpp b/src/mapblock.cpp index c89cf46da..bd63bd015 100644 --- a/src/mapblock.cpp +++ b/src/mapblock.cpp @@ -587,11 +587,7 @@ void updateFastFaceRow( } // Do this to disable tiling textures - end_of_texture = true; //DEBUG - - // Disable tiling of textures if smooth lighting is used - if(smooth_lighting) - end_of_texture = true; + //end_of_texture = true; //DEBUG if(next_is_different || end_of_texture) {