lurker
lurker copied to clipboard
doesn't call love.load
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
.
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?