Skip to content

Commit

Permalink
fix small screen issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonout committed Mar 17, 2014
1 parent 500006b commit 347dd3c
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 347dd3c

Please sign in to comment.