mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 16:54:18 +01:00
since we stop rendering when there is no user input, tracy sees big hangs, and it's annoying to parse through which frames are actual performance issues and which are due to no user input. So just repaint every frame while using tracy. Signed-off-by: kernelkind <kernelkind@gmail.com>