Skip to content

Commit 5a64917

Browse files
committed
fix
1 parent f0cd14a commit 5a64917

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Box2D.NET/B2ContactSim.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public class B2ContactSim
4848
public void CopyFrom(B2ContactSim other)
4949
{
5050
contactId = other.contactId;
51+
cachedTransformA = other.cachedTransformA;
52+
cachedTransformB = other.cachedTransformB;
5153

5254
#if DEBUG
5355
bodyIdA = other.bodyIdA;

0 commit comments

Comments
 (0)