From 09e7a642bfe2f1f2d83df061b2e2fdc6ba689262 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 10 Apr 2018 17:24:27 -0400 Subject: [PATCH] Fix correct aspect ratio --- scripts/configuration_helper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configuration_helper.lua b/scripts/configuration_helper.lua index 9002ef9222..5093432d61 100644 --- a/scripts/configuration_helper.lua +++ b/scripts/configuration_helper.lua @@ -677,7 +677,7 @@ function sgct.config.single(arg) right = horizontalFov } else - arg["fov"] = { down = 22.5, up = 22.5, left = 40.0, right = 40.0 } + arg["fov"] = { down = 25, up = 25, left = 40.0, right = 40.0 } end end