mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Changed the default fullscreen type from 'exclusive' to 'desktop'.
--HG-- branch : minor
This commit is contained in:
@@ -326,7 +326,7 @@ function love.init()
|
||||
minwidth = 1,
|
||||
minheight = 1,
|
||||
fullscreen = false,
|
||||
fullscreentype = "exclusive",
|
||||
fullscreentype = "desktop",
|
||||
display = 1,
|
||||
vsync = true,
|
||||
msaa = 0,
|
||||
|
||||
Reference in New Issue
Block a user