修复“应用全屏”函数实际含义为反转全屏状态

This commit is contained in:
MrZ626
2021-10-21 16:33:46 +08:00
parent 46e8e161d0
commit ac2e53adc7

View File

@@ -43,7 +43,6 @@ function applyCursor()
love.mouse.setVisible(SETTING.sysCursor)
end
function applyFullscreen()
SETTING.fullscreen=not SETTING.fullscreen
love.window.setFullscreen(SETTING.fullscreen)
love.resize(gc.getWidth(),gc.getHeight())
end