Skip to content

Commit a749c1c

Browse files
authored
Merge pull request phaserjs#3034 from Antriel/master
Fixes phaserjs#3033
2 parents 0d925b9 + edb8d39 commit a749c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/geom/intersects/TriangleToCircle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var TriangleToCircle = function (triangle, circle)
1515
return false;
1616
}
1717

18-
if (Contains(triangle, circle))
18+
if (Contains(triangle, circle.x, circle.y))
1919
{
2020
return true;
2121
}

0 commit comments

Comments
 (0)