- use MakeVertices directly in the portal code and remove all related code from RenderWall.
This commit is contained in:
parent
8cf53f04e8
commit
8f331f56e2
4 changed files with 10 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue