mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-10 06:41:36 +00:00
Fixed for FOV issue
This commit is contained in:
parent
70c4e81938
commit
d63b586757
1 changed files with 1 additions and 1 deletions
|
@ -1051,7 +1051,7 @@ static bool destroyed = false;
|
|||
|
||||
float Doom3Quest_GetFOV()
|
||||
{
|
||||
vrFOV = vrapi_GetSystemPropertyInt(&gAppState.Java, VRAPI_SYS_PROP_SUGGESTED_EYE_FOV_DEGREES_X);
|
||||
vrFOV = vrapi_GetSystemPropertyInt(&gAppState.Java, VRAPI_SYS_PROP_SUGGESTED_EYE_FOV_DEGREES_Y);
|
||||
|
||||
return vrFOV;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue