Fixed: Randomly stalled main loop callback execution
The waitingForDraw variable was not robust enough for all situations.Sometimes it causing updates to stop completely (e.g., after switchingfrom busy mode).
View differences
Fixed: Randomly stalled main loop callback execution
The waitingForDraw variable was not robust enough for all situations.
Sometimes it causing updates to stop completely (e.g., after switching
from busy mode).