mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Allow disabling stencil capabilities for the main screen in love.window.setMode.
--HG-- branch : minor
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user