merge bugfix
Dependencies
- [2]
5UNXE4KMon error, switch to a whole other event loop - [3]
CC4H7D5Hsimplify - [4]
LRDM35CEapp running again
Change contents
- replacement in live.lua at line 403
live.update(dt)if Current_time - Live.previous_read > 0.1 thenlocal buf = live.receive_from_driver()if buf thenlocal maybe_modified = live.run(buf)if maybe_modified then-- retryApp.run_frame = main_run_framereturnendendLive.previous_read = Current_timeend