summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp6
1 files changed, 1 insertions, 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)
{