mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Fixed crash with wallsprites in the software renderer for real.
This commit is contained in:
parent
338430995e
commit
e6c6b617e2
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ namespace swrenderer
|
||||||
{
|
{
|
||||||
if (calclighting)
|
if (calclighting)
|
||||||
{
|
{
|
||||||
|
drawerargs.SetBaseColormap(spr->Light.BaseColormap);
|
||||||
drawerargs.SetLight(light, spr->sector->lightlevel, spr->foggy, thread->Viewport.get());
|
drawerargs.SetLight(light, spr->sector->lightlevel, spr->foggy, thread->Viewport.get());
|
||||||
}
|
}
|
||||||
if (!translucentPass->ClipSpriteColumnWithPortals(x, spr))
|
if (!translucentPass->ClipSpriteColumnWithPortals(x, spr))
|
||||||
|
|
Loading…
Reference in a new issue