diff --git a/conf.lua b/conf.lua index 7184caa..9f61518 100644 --- a/conf.lua +++ b/conf.lua @@ -1,4 +1,5 @@ function lovr.conf(t) - t.headset.overlay = 2 + t.headset.overlay = true + t.headset.overlayOrder = 2 t.window = false end