We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fef3b5 commit 694c27bCopy full SHA for 694c27b
ShapeEngine/Core/CollisionSystem/IntersectSpaceRegister.cs
@@ -37,7 +37,7 @@ public CollisionPoint GetAverageCollisionPoint()
37
var avgNormal = new Vector2();
38
foreach (var entry in this)
39
{
40
- var sum = entry.GetAverageCollisionPoint();
+ var sum = entry.GetCombinedCollisionPoint();
41
avgPoint += sum.Point;
42
avgNormal += sum.Normal;
43
}
0 commit comments