修复“应用全屏”函数实际含义为反转全屏状态
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user