From: Perttu Ahola Date: Sun, 24 Apr 2011 18:18:25 +0000 (+0300) Subject: ...Now the tesselation should actually work X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f2349ec5dfe9a209df8df981c11eeb888491d74e;p=zefram%2Fminetest%2Fminetest_engine.git ...Now the tesselation should actually work --- diff --git a/src/mapblock.cpp b/src/mapblock.cpp index c89cf46d..bd63bd01 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) {