DrawWallAdd1Pal cannot do dynamic lights
This commit is contained in:
parent
a76cd35333
commit
6f86c11058
2 changed files with 5 additions and 11 deletions
|
|
@ -669,8 +669,10 @@ namespace swrenderer
|
|||
{
|
||||
if (r_swtruecolor)
|
||||
DrawerCommandQueue::QueueCommand<DrawWallAdd1LLVMCommand>();
|
||||
else
|
||||
else if (drawerargs::dc_num_lights == 0)
|
||||
DrawerCommandQueue::QueueCommand<DrawWallAdd1PalCommand>();
|
||||
else
|
||||
DrawerCommandQueue::QueueCommand<DrawWallAddClamp1PalCommand>();
|
||||
}
|
||||
|
||||
void R_DrawWallAddCol4()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue