projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2704bdc
)
...Now the tesselation should actually work
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 24 Apr 2011 18:18:25 +0000
(21:18 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 24 Apr 2011 18:18:25 +0000
(21:18 +0300)
src/mapblock.cpp
patch
|
blob
|
history
diff --git
a/src/mapblock.cpp
b/src/mapblock.cpp
index c89cf46da95693b3ae163f0c23154c24c52044d3..bd63bd015c04e2cb644b1ee21b68fdfcbbabd088 100644
(file)
--- 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)
{