- removed the unused BaseBlend* variables and the testblend CCMD.
When this was still working it was software rendering only anyway so no real loss here.
This commit is contained in:
parent
dab61709f8
commit
706d465781
4 changed files with 0 additions and 54 deletions
|
|
@ -1058,18 +1058,6 @@ void R_SetupFrame (FRenderViewpoint &viewpoint, FViewWindow &viewwindow, AActor
|
|||
if (R_OldBlend != newblend)
|
||||
{
|
||||
R_OldBlend = newblend;
|
||||
if (APART(newblend))
|
||||
{
|
||||
BaseBlendR = RPART(newblend);
|
||||
BaseBlendG = GPART(newblend);
|
||||
BaseBlendB = BPART(newblend);
|
||||
BaseBlendA = APART(newblend) / 255.f;
|
||||
}
|
||||
else
|
||||
{
|
||||
BaseBlendR = BaseBlendG = BaseBlendB = 0;
|
||||
BaseBlendA = 0.f;
|
||||
}
|
||||
}
|
||||
|
||||
validcount++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue