Merge remote-tracking branch 'gzdoom/master' into qzdoom
# Conflicts: # src/swrenderer/scene/r_things.cpp
This commit is contained in:
commit
bf850bb788
10 changed files with 74 additions and 28 deletions
|
|
@ -193,7 +193,7 @@ namespace swrenderer
|
|||
vis->startfrac = 255 & (particle->color >> 24);
|
||||
vis->pic = NULL;
|
||||
vis->bIsVoxel = false;
|
||||
vis->renderflags = particle->trans;
|
||||
vis->renderflags = (short)(particle->alpha * 255.0f + 0.5f);
|
||||
vis->FakeFlatStat = fakeside;
|
||||
vis->floorclip = 0;
|
||||
vis->Style.ColormapNum = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue