- use MakeVertices directly in the portal code and remove all related code from RenderWall.

This commit is contained in:
Christoph Oelckers 2016-08-25 23:02:43 +02:00
commit 8f331f56e2
4 changed files with 10 additions and 22 deletions

View file

@ -773,7 +773,7 @@ void GLWall::RenderLightsCompat(int pass)
if (PrepareLight(light, pass))
{
vertcount = 0;
RenderWall(RWF_TEXTURED, NULL);
RenderWall(RWF_TEXTURED);
}
node = node->nextLight;
}