From 3887144f6af85dbb7464f81bbacba68730beaac8 Mon Sep 17 00:00:00 2001 From: SpookySkeletons <37986496+SpookySkeletons@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:36:57 -0400 Subject: [PATCH] Set overlay height to 2 This requires latest master LOVR --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index 9a30874..7184caa 100644 --- a/conf.lua +++ b/conf.lua @@ -1,4 +1,4 @@ function lovr.conf(t) - t.headset.overlay = true + t.headset.overlay = 2 t.window = false end