Assertion in egui_extras::FileLoader::load triggers when Context::forget_image is called while image is loading · Issue #6755 · emilk/egui · GitHub
More Web Proxy on the site http://driver.im/
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
The following:
egui/crates/egui_extras/src/loaders/file_loader.rs
Line 99 in 0f1d6c2
Doesn't take into account that the user may want to forget the image before it's loaded. Here:
egui/crates/egui_extras/src/loaders/file_loader.rs
Line 111 in 0f1d6c2
or here:
egui/crates/egui_extras/src/loaders/file_loader.rs
Line 115 in 0f1d6c2
The following would be a better alternative (untested):
This assert was recently added by @bircni and @lucasmerlin in 58b2ac8. It's possible similar assertions were added in other loaders.
The text was updated successfully, but these errors were encountered: