Closes https://github.com/emilk/egui/issues/3346
This commit is contained in:
Emil Ernerfeldt 2023-09-18 17:15:51 +02:00
parent 433d1fc239
commit dbf9b79d06
1 changed files with 1 additions and 1 deletions

View File

@ -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()