Skip to content

Commit b81ff84

Browse files
committed
1 parent c8eb2f8 commit b81ff84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Box2D.NET/B2Joints.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public static b2FilterJointDef b2DefaultFilterJointDef()
7575
return def;
7676
}
7777

78+
/// Use this to initialize your joint definition
79+
/// @ingroup prismatic_joint
7880
public static B2PrismaticJointDef b2DefaultPrismaticJointDef()
7981
{
8082
B2PrismaticJointDef def = new B2PrismaticJointDef();

0 commit comments

Comments
 (0)