-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Describe the bug
A clear and concise description of what the bug is.
The puffin_egui flamegraph doesn't display correctly.
To Reproduce
Steps to reproduce the behavior:
- Make an egui native app, that has puffin scopes and allows you to interact with the puffin_egui ui.
- Run the app and open the debugger.
Expected behavior
A clear and concise description of what you expected to happen.
I expected the flamegraph to show, like in previous versions.
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
- OS: [e.g. iOS] NixOs
- Browser [e.g. chrome, safari] Using Native App, not browser.
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
app code here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/commit/41bb2cf38b82a001a9e549b6ee3841a8695c85cc (needs feature puffin, to display debugging menu)
(call to draw the window here: https://github.com/C0D3-M4513R/unnamed-artnet-orion-vrsl-app/blob/41bb2cf38b82a001a9e549b6ee3841a8695c85cc/app/src/app.rs#L405
)