Code style cleanup

#3250
This commit is contained in:
Wojtek Figat
2025-03-08 20:18:38 +01:00
parent f7c6d34f59
commit 4c9d51f0ef
5 changed files with 216 additions and 240 deletions

View File

@@ -48,7 +48,6 @@ void BloomSettings::BlendWith(BloomSettings& other, float weight)
BLEND_FLOAT(HighMix);
}
void ToneMappingSettings::BlendWith(ToneMappingSettings& other, float weight)
{
const bool isHalf = weight >= 0.5f;