mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #1552 from Azaezel/aLovelyGlow
should actually let HDR have a say for glows.
This commit is contained in:
commit
e0133384e0
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ void RenderGlowMgr::GlowMaterialHook::_overrideFeatures( ProcessedMaterial *mat,
|
||||||
// Don't allow fog or HDR encoding on
|
// Don't allow fog or HDR encoding on
|
||||||
// the glow materials.
|
// the glow materials.
|
||||||
fd.features.removeFeature( MFT_Fog );
|
fd.features.removeFeature( MFT_Fog );
|
||||||
fd.features.removeFeature( MFT_HDROut );
|
|
||||||
fd.features.addFeature( MFT_Imposter );
|
fd.features.addFeature( MFT_Imposter );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue