Allow modification of FOV externally

This commit is contained in:
Alex
2026-04-09 01:48:55 -07:00
parent a4cbd094f3
commit 0231031754

View File

@@ -233,7 +233,7 @@ void Options::set(const Options::Option *item, float fVal)
}
if (item == Option::FOV)
{
// fov = fVal;
fov = fVal;
}
if (item == Option::GAMMA)
{
@@ -241,7 +241,7 @@ void Options::set(const Options::Option *item, float fVal)
}
if (item == Option::RENDER_DISTANCE)
{
// viewDistance = fVal;
viewDistance = fVal;
}
}