High contrast color got blueish by accident - fixed.

This commit is contained in:
Maciej Suminski 2014-04-04 15:49:37 +02:00
parent 6e5c404f94
commit 1adc04caf6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ RENDER_SETTINGS::~RENDER_SETTINGS()
void RENDER_SETTINGS::update()
{
m_hiContrastColor = COLOR4D( m_hiContrastFactor, m_hiContrastFactor, m_highlightFactor,
m_hiContrastColor = COLOR4D( m_hiContrastFactor, m_hiContrastFactor, m_hiContrastFactor,
m_layerOpacity );
}