Changed the default fullscreen type from 'exclusive' to 'desktop'.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-21 17:27:54 -04:00
parent 33f57ce8fd
commit bf8f6f8b02
6 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ function love.init()
minwidth = 1,
minheight = 1,
fullscreen = false,
fullscreentype = "exclusive",
fullscreentype = "desktop",
display = 1,
vsync = true,
msaa = 0,