1 parent f0cd14a commit 5a64917Copy full SHA for 5a64917
1 file changed
src/Box2D.NET/B2ContactSim.cs
@@ -48,6 +48,8 @@ public class B2ContactSim
48
public void CopyFrom(B2ContactSim other)
49
{
50
contactId = other.contactId;
51
+ cachedTransformA = other.cachedTransformA;
52
+ cachedTransformB = other.cachedTransformB;
53
54
#if DEBUG
55
bodyIdA = other.bodyIdA;
0 commit comments