1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Fix warning

This commit is contained in:
Konkitoman
2023-11-07 09:46:02 +02:00
parent 58dc7bab8b
commit 1ddfe072b9

View File

@@ -797,7 +797,7 @@ impl Context {
self.write(|ctx| {
if let Some(l) = ctx.layer_rects_this_frame.get_mut(&ctx.viewport_id()) {
l.entry(layer_id).or_default().push((id, interact_rect))
l.entry(layer_id).or_default().push((id, interact_rect));
}
if hovered {