parent
dadb2e0949
commit
bb099e5733
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ bool CRectPassElement::needsPrecomputeBlur() {
|
||||||
}
|
}
|
||||||
|
|
||||||
std::optional<CBox> CRectPassElement::boundingBox() {
|
std::optional<CBox> CRectPassElement::boundingBox() {
|
||||||
return data.box.expand(-data.round);
|
return data.box.copy().expand(-data.round);
|
||||||
}
|
}
|
||||||
|
|
||||||
CRegion CRectPassElement::opaqueRegion() {
|
CRegion CRectPassElement::opaqueRegion() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue