- Fixed incompatibility to original VMs introduced by anisotropic filtering patch.
- Removed dependency of flares from tr.identityLight because they are barely visible with r_overbrightbits set to 1
This commit is contained in:
parent
82c4c70535
commit
12a2b7694a
7 changed files with 31 additions and 22 deletions
|
@ -351,7 +351,7 @@ void RB_RenderFlare( flare_t *f ) {
|
|||
|
||||
intensity = flareCoeff * size * size / (factor * factor);
|
||||
|
||||
VectorScale(f->color, f->drawIntensity * tr.identityLight * intensity, color);
|
||||
VectorScale(f->color, f->drawIntensity * intensity, color);
|
||||
|
||||
// Calculations for fogging
|
||||
if(tr.world && f->fogNum < tr.world->numfogs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue