box shadows comment fix (#16729)
# Objective
Fix this comment in `extract_shadows`:
```
// Skip invisible images
```
Should be shadows, not images.
This commit is contained in:
parent
99b6f1d330
commit
d6ebc0ed4a
@ -262,7 +262,7 @@ pub fn extract_shadows(
|
||||
continue;
|
||||
};
|
||||
|
||||
// Skip invisible images
|
||||
// Skip if no visible shadows
|
||||
if !view_visibility.get() || box_shadow.is_empty() || uinode.is_empty() {
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user