]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
...Now the tesselation should actually work
authorPerttu Ahola <celeron55@gmail.com>
Sun, 24 Apr 2011 18:18:25 +0000 (21:18 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 24 Apr 2011 18:18:25 +0000 (21:18 +0300)
src/mapblock.cpp

index c89cf46da95693b3ae163f0c23154c24c52044d3..bd63bd015c04e2cb644b1ee21b68fdfcbbabd088 100644 (file)
@@ -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)
                {