Merge text.love

This commit is contained in:
Kartik K. Agaram 2023-01-28 10:30:07 -08:00
commit 25acb412bb
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ function edit.quit(State)
-- make sure to save before quitting
if State.next_save then
save_to_disk(State)
-- give some time for the OS to flush everything to disk
love.timer.sleep(0.1)
end
end