Skip to content

Commit

Permalink
- Fixed crash with wallsprites in the software renderer for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 authored and coelckers committed Oct 5, 2019
1 parent 3384309 commit e6c6b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rendering/swrenderer/things/r_wallsprite.cpp
Expand Up @@ -222,6 +222,7 @@ namespace swrenderer
{
if (calclighting)
{
drawerargs.SetBaseColormap(spr->Light.BaseColormap);
drawerargs.SetLight(light, spr->sector->lightlevel, spr->foggy, thread->Viewport.get());
}
if (!translucentPass->ClipSpriteColumnWithPortals(x, spr))
Expand Down

0 comments on commit e6c6b61

Please sign in to comment.