Browse Source

Fixed copy-paste typo

Fixes #1760
Jorrit Rouwe 1 day ago
parent
commit
e594aadb55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jolt/Physics/Constraints/PulleyConstraint.h

+ 1 - 1
Jolt/Physics/Constraints/PulleyConstraint.h

@@ -61,7 +61,7 @@ class JPH_EXPORT PulleyConstraint final : public TwoBodyConstraint
 public:
 public:
 	JPH_OVERRIDE_NEW_DELETE
 	JPH_OVERRIDE_NEW_DELETE
 
 
-	/// Construct distance constraint
+	/// Construct pulley constraint
 								PulleyConstraint(Body &inBody1, Body &inBody2, const PulleyConstraintSettings &inSettings);
 								PulleyConstraint(Body &inBody1, Body &inBody2, const PulleyConstraintSettings &inSettings);
 
 
 	// Generic interface of a constraint
 	// Generic interface of a constraint