Skip to content

Commit

Permalink
* FIX: [Engine] Use original hud fov value (in degrees) to initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
yohjimane committed Dec 3, 2023
1 parent d3ab931 commit 848aa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/xr_ioc_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ class CCC_Editor : public IConsole_Command
};

ENGINE_API float g_fov = 67.5f;
ENGINE_API float g_hud_fov = 67.5f;
ENGINE_API float g_hud_fov = 25.7831f;

// extern int psSkeletonUpdate;
extern int rsDVB_Size;
Expand Down

0 comments on commit 848aa00

Please sign in to comment.