lurker icon indicating copy to clipboard operation
lurker copied to clipboard

doesn't call love.load

Open mvolkmann opened this issue 1 year ago • 1 comments

When this restarts the app, shouldn't it begin by calling love.load? My app crashes after restarts because it is not calling love.load.

mvolkmann avatar May 23 '23 14:05 mvolkmann

It appears I can fix this by adding this line:

lurker.postswap = function(file) love.load() end

But shouldn't this be the default behavior?

mvolkmann avatar May 23 '23 14:05 mvolkmann