We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbf320 commit 55c572cCopy full SHA for 55c572c
1 file changed
OpenGL/OpenGL/src/save/SaveManager.hpp
@@ -20,7 +20,7 @@ struct Config {
20
unsigned int renderDistV = 5;
21
unsigned int threadCount = 8;
22
23
- float fov = 45.0;
+ float fov = 70.0;
24
SDL_Keycode forward = SDLK_z;
25
SDL_Keycode backward = SDLK_s;
26
SDL_Keycode left = SDLK_q;
0 commit comments