diff --git a/src/mapblock.cpp b/src/mapblock.cpp index c89cf46da95693b3ae163f0c23154c24c52044d3..bd63bd015c04e2cb644b1ee21b68fdfcbbabd088 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) {