Allow disabling stencil capabilities for the main screen in love.window.setMode.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-05 19:40:18 -04:00
parent 3adc9b45be
commit 5243fb5a85
11 changed files with 57 additions and 20 deletions
+2
View File
@@ -473,6 +473,8 @@ function love.init()
fullscreentype = c.window.fullscreentype,
vsync = c.window.vsync,
msaa = c.window.msaa,
stencil = c.window.stencil,
depth = c.window.depth,
resizable = c.window.resizable,
minwidth = c.window.minwidth,
minheight = c.window.minheight,