You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace frame counter with scrubbing timer. The original setState call that updated the frame counter had too high a repaint cost to keep updating the input field. We can target the callback system to update the value in the input directly, but repainting the entire control system each frame tick is too much.
The text was updated successfully, but these errors were encountered:
Required Fixes
setState
call that updated the frame counter had too high a repaint cost to keep updating the input field. We can target the callback system to update the value in the input directly, but repainting the entire control system each frame tick is too much.The text was updated successfully, but these errors were encountered: