bugfix: cold start

This commit is contained in:
Kartik K. Agaram 2022-09-03 21:08:30 -07:00
parent 1a6f533e2c
commit 7d5dae9e39
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ function run.quit()
end
function run.settings()
if Settings == nil then
Settings = {}
end
if Current_app == 'run' then
Settings.x, Settings.y, Settings.displayindex = love.window.getPosition()
end