mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Clean up run.rs
This commit is contained in:
@@ -314,6 +314,7 @@ impl Painter {
|
||||
textures_delta: &egui::TexturesDelta,
|
||||
) {
|
||||
crate::profile_function!();
|
||||
|
||||
for (id, image_delta) in &textures_delta.set {
|
||||
self.set_texture(*id, image_delta);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user