...Now the tesselation should actually work
parent
2704bdc68e
commit
f2349ec5df
|
@ -587,11 +587,7 @@ void updateFastFaceRow(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do this to disable tiling textures
|
// Do this to disable tiling textures
|
||||||
end_of_texture = true; //DEBUG
|
//end_of_texture = true; //DEBUG
|
||||||
|
|
||||||
// Disable tiling of textures if smooth lighting is used
|
|
||||||
if(smooth_lighting)
|
|
||||||
end_of_texture = true;
|
|
||||||
|
|
||||||
if(next_is_different || end_of_texture)
|
if(next_is_different || end_of_texture)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue