mirror of
https://github.com/BluTac10/360Revived.git
synced 2026-07-18 02:52:02 +00:00
Allow modification of FOV externally
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user