Fix warning

This commit is contained in:
Konkitoman
2023-11-07 09:46:02 +02:00
parent 58dc7bab8b
commit 1ddfe072b9
+1 -1
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 {