From dbf9b79d06624d8e39f4a687518203e6279a934d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 18 Sep 2023 17:15:51 +0200 Subject: [PATCH] Fix typo Closes https://github.com/emilk/egui/issues/3346 --- crates/egui_extras/src/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui_extras/src/image.rs b/crates/egui_extras/src/image.rs index e1d0b330..de557325 100644 --- a/crates/egui_extras/src/image.rs +++ b/crates/egui_extras/src/image.rs @@ -156,7 +156,7 @@ impl RetainedImage { &self.debug_name } - /// The texture if for this image. + /// The texture id for this image. pub fn texture_id(&self, ctx: &egui::Context) -> egui::TextureId { self.texture .lock()