diff --git a/main.lua b/main.lua index c834f4d..56ec424 100644 --- a/main.lua +++ b/main.lua @@ -60,7 +60,7 @@ function love.load() end if is_mobile then - local winwidth, winheight = love.graphics.getDimensions( ) + local winwidth, winheight = love.graphics.getDimensions() love.window.setMode(winwidth, winheight, {borderless=true, resizable=false, minwidth=705, minheight=510, fullscreen=true}) end end