修复手机第一次进会爆炸的问题(初始化顺序不正确)

This commit is contained in:
MrZ626
2020-12-18 19:55:28 +08:00
parent af4df9c2e2
commit 5edeffbda4

View File

@@ -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