1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
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

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