env_fog: default color values should be 255,255,255 and not normalized.
This commit is contained in:
parent
89e3b961e8
commit
054e703177
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ env_fog::env_fog(void)
|
|||
m_flStartDist = 0;
|
||||
m_flEndDist = 512;
|
||||
m_flDensity = 1.0f;
|
||||
m_vecColor = [1, 1, 1];
|
||||
m_vecColor = [255, 255, 255];
|
||||
m_bEnabled = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue