修复手机第一次进会爆炸的问题(初始化顺序不正确)
This commit is contained in:
2
main.lua
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user