We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mut
1 parent cf8d7c2 commit 387c13bCopy full SHA for 387c13b
crates/bevy_ui/src/update.rs
@@ -56,7 +56,7 @@ fn update_clipping(
56
Has<IgnoreParentClip>,
57
)>,
58
entity: Entity,
59
- mut maybe_grandparent_inherited_clip: Option<Rect>,
+ maybe_grandparent_inherited_clip: Option<Rect>,
60
mut maybe_inherited_clip: Option<Rect>,
61
) {
62
let Ok((
0 commit comments