Skip to content

Commit

Permalink
Merge pull request #9 from edisonout/love9-windows
Browse files Browse the repository at this point in the history
Fixes problem with my stupidly small screen
  • Loading branch information
NimbusBP1729 committed Mar 19, 2014
2 parents 500006b + 347dd3c commit a362f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ function utils.setMode(width, height, fullscreen, vsync, fsaa)
local flags = {
fullscreen = fullscreen,
vsync = vsync,
fsaa = fsaa
fsaa = fsaa,
borderless = true
}
love.window.setMode(width, height, flags)

Expand Down

0 comments on commit a362f1d

Please sign in to comment.