Browse Source

Merge pull request #91 from jmiskovic/fix/conf_defaults

Missing defaults for conf(t) callback
Bjorn 2 years ago
parent
commit
beb8bd155a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      api/lovr/callbacks/conf.lua

+ 2 - 0
api/lovr/callbacks/conf.lua

@@ -300,6 +300,7 @@ return {
           t.headset.supersample = false
           t.headset.supersample = false
           t.headset.offset = 1.7
           t.headset.offset = 1.7
           t.headset.antialias = true
           t.headset.antialias = true
+          t.headset.stencil = false
           t.headset.submitdepth = true
           t.headset.submitdepth = true
           t.headset.overlay = false
           t.headset.overlay = false
 
 
@@ -310,6 +311,7 @@ return {
           t.window.width = 1080
           t.window.width = 1080
           t.window.height = 600
           t.window.height = 600
           t.window.fullscreen = false
           t.window.fullscreen = false
+          t.window.resizable = false
           t.window.title = 'LÖVR'
           t.window.title = 'LÖVR'
           t.window.icon = nil
           t.window.icon = nil
         end
         end