mirror of https://github.com/AxioDL/metaforce.git
CFogState::m_rangeScale fog disable corner case handling
This commit is contained in:
parent
be40ebc8db
commit
265eeeeac3
|
@ -71,6 +71,7 @@ void CGraphics::SetFog(ERglFogMode mode, float startz, float endz, const zeus::C
|
|||
if (mode == ERglFogMode::None)
|
||||
{
|
||||
g_Fog.m_start = 4096.f;
|
||||
g_Fog.m_rangeScale = 1.f;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue