浏览代码

Fixed copy-paste typo

Fixes #1760
Jorrit Rouwe 1 天之前
父节点
当前提交
e594aadb55
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:
 	JPH_OVERRIDE_NEW_DELETE
 
-	/// Construct distance constraint
+	/// Construct pulley constraint
 								PulleyConstraint(Body &inBody1, Body &inBody2, const PulleyConstraintSettings &inSettings);
 
 	// Generic interface of a constraint