Skip to content
Snippets Groups Projects
Commit f2349ec5 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

...Now the tesselation should actually work

parent 2704bdc6
Branches
Tags
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment