mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Windows fixes
This commit is contained in:
@@ -74,7 +74,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;
|
||||
g_Fog.m_rangeScale = 0.f;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user