summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-24 21:18:25 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-24 21:18:25 +0300
commitf2349ec5dfe9a209df8df981c11eeb888491d74e (patch)
treed1a5701fbce63cf8a03e5b20253d7e8034ec4277 /src/mapblock.cpp
parent2704bdc68e51c39f5ea475ba092c2d21281ccd53 (diff)
downloadminetest-f2349ec5dfe9a209df8df981c11eeb888491d74e.tar.gz
minetest-f2349ec5dfe9a209df8df981c11eeb888491d74e.tar.bz2
minetest-f2349ec5dfe9a209df8df981c11eeb888491d74e.zip
...Now the tesselation should actually work
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)
{