conf.lua 81 B

1234
  1. function lovr.conf(t)
  2. t.graphics.stencil = true
  3. t.headset.stencil = true
  4. end