merge bugfix

akkartik
Dec 13, 2024, 12:25 AM
Y6CM7ESH4RXOP2X7P724OANDICJ3EZ7BSPMRSGIQU7UPSMO2J23QC

Dependencies

Change contents

  • replacement in live.lua at line 403
    [2.828][2.828:846]()
    live.update(dt)
    [2.828]
    [2.846]
    if Current_time - Live.previous_read > 0.1 then
    local buf = live.receive_from_driver()
    if buf then
    local maybe_modified = live.run(buf)
    if maybe_modified then
    -- retry
    App.run_frame = main_run_frame
    return
    end
    end
    Live.previous_read = Current_time
    end