Skip to content

Commit e9af247

Browse files
committed
Added missing doc comment.
1 parent 744139c commit e9af247

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Nu/Nu/Physics/PhysicsEngine.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ type BodyShapeProperties =
8080
CollisionMaskOpt = None
8181
SensorOpt = None }
8282

83+
/// Check that the body shape properties are applicable for 3D physics.
8384
static member validateUtilization3d properties =
8485
properties.FrictionOpt.IsNone &&
8586
properties.RestitutionOpt.IsNone &&

0 commit comments

Comments
 (0)