WIP: bug fix

This commit is contained in:
Matthias Koefferlein 2023-01-21 17:39:35 +01:00
parent f924109bcd
commit ed7ed4158c
1 changed files with 1 additions and 1 deletions

View File

@ -2902,7 +2902,7 @@ CODE
# HACK: deep regions will always clip in the constructor, so skip this
if ! @deep
# NOTE: NoPropertyConstraint will copy the original properties
r.and(RBA::Region::new(box), RBA::Region::NoPropertyConstraint)
r.and_with(RBA::Region::new(box), RBA::Region::NoPropertyConstraint)
end
end