mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
engine: fix hdr to ldr conversion
This commit is contained in:
@@ -1460,7 +1460,7 @@ static float GetBloomAmount( void )
|
||||
|
||||
if ( hdrType == HDR_TYPE_NONE )
|
||||
{
|
||||
flBloomAmount *= mat_non_hdr_bloom_scalefactor.GetFloat();
|
||||
flBloomAmount *= mat_non_hdr_bloom_scalefactor.GetFloat()/2.f;
|
||||
}
|
||||
|
||||
flBloomAmount *= mat_bloom_scalefactor_scalar.GetFloat();
|
||||
|
||||
Reference in New Issue
Block a user