mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-30 16:01:49 +00:00
Fix truecolor drawer crash
This commit is contained in:
parent
e7476e5dac
commit
272ca6cd92
1 changed files with 2 additions and 0 deletions
|
@ -877,6 +877,8 @@ namespace swrenderer
|
|||
template<typename DrawerT>
|
||||
void SWTruecolorDrawers::DrawWallColumns(const WallDrawerArgs& wallargs)
|
||||
{
|
||||
wallcolargs.wallargs = &wallargs;
|
||||
|
||||
bool haslights = r_dynlights && wallargs.lightlist;
|
||||
if (haslights)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue