region: space
This commit is contained in:
parent
8383b7e2ed
commit
b50a8289b9
@ -224,7 +224,6 @@ util::region<T>::intersection (const util::region<T> &rhs) const
|
||||
size_type nw = sign_cast<size_type> (newx2 - newx1);
|
||||
size_type nh = sign_cast<size_type> (newy2 - newy1);
|
||||
return util::region<T> (newx1, newy1, nw, nh);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user