1
0
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:
Emil Ernerfeldt
2023-11-12 15:02:50 +01:00
parent de6c250c9d
commit 9eda6f6897
7 changed files with 101 additions and 95 deletions

View File

@@ -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);
}