Perhaps I should just disable the resize handler entirely.
35ZF72QX3XUVLDWVLORFWGF5D2ATCNG6GXNGY5KKPPPQCL5ELYDQC
FXI74QCLOZ4BS7UVZ3U2PE3LOL7MX3FWGHZCTGH3DYFXGTXVVIRAC
-- restore resize if it was disabled if Restore_resize_at and App.getTime() > Restore_resize_at then--? print('restoring resize') love.handlers.resize = App.resize Restore_resize_at = nil end
-- restore resize if it was disabled
if Restore_resize_at and App.getTime() > Restore_resize_at then
--? print('restoring resize')
love.handlers.resize = App.resize
Restore_resize_at = nil
end