newline
This commit is contained in:
parent
a4d2dd9344
commit
dccd13b623
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ func polygonRectOverlap(polygon []image.Point, rect image.Rectangle) bool {
|
|||
if t := (rect.Min.Y - p.Y) * d.X; min <= t && t < max {
|
||||
return true
|
||||
}
|
||||
|
||||
// Test bottom side of rect
|
||||
if t := (rmax.Y - p.Y) * d.X; min <= t && t < max {
|
||||
return true
|
||||
|
|
Loading…
Reference in a new issue