mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
...Now the tesselation should actually work
This commit is contained in:
parent
2704bdc68e
commit
f2349ec5df
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue