Skip to content

Commit a0f8eb3

Browse files
committed
asdf
1 parent 046c62a commit a0f8eb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/Box2D.NET.Samples/Samples/Characters

src/Box2D.NET.Samples/Samples/Characters/Mover.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ public class CastResult
7272
private B2Capsule m_capsule;
7373
private B2BodyId m_elevatorId;
7474
private B2ShapeId m_ballId;
75-
private ShapeUserData m_friendlyShape;
76-
private ShapeUserData m_elevatorShape;
75+
private ShapeUserData m_friendlyShape = new ShapeUserData();
76+
private ShapeUserData m_elevatorShape = new ShapeUserData();
7777
private B2CollisionPlane[] m_planes = new B2CollisionPlane[m_planeCapacity];
7878
private int m_planeCount;
7979
private int m_totalIterations;

0 commit comments

Comments
 (0)