diff --git a/main.lua b/main.lua index a2b5d04f..0b498350 100644 --- a/main.lua +++ b/main.lua @@ -108,8 +108,6 @@ if not fs.getInfo("conf/settings")and MOBILE then SETTING.vib=2 SETTING.powerInfo=true SETTING.fullscreen=true - love.window.setFullscreen(true) - love.resize(love.graphics.getWidth(),love.graphics.getHeight()) end if SETTING.fullscreen then love.window.setFullscreen(true)end