mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Fixed crash in dynamic lights compatibility renderer
Reproduces using -iwad plutonia -file brutalv20b.pk3 +map map07
This commit is contained in:
parent
17c212d5bc
commit
fc8eaab57b
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ void GLFlat::DrawLightsCompat(int pass)
|
|||
|
||||
while (node)
|
||||
{
|
||||
DrawSubsectorLights(sub, pass);
|
||||
DrawSubsectorLights(node->sub, pass);
|
||||
node = node->next;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue