Jorrit Rouwe 2 years ago
parent
commit
7a4e43ee91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jolt/Physics/Collision/CollideShape.h

+ 1 - 1
Jolt/Physics/Collision/CollideShape.h

@@ -95,7 +95,7 @@ class CollideShapeSettings : public CollideSettingsBase
 public:
 public:
 	JPH_OVERRIDE_NEW_DELETE
 	JPH_OVERRIDE_NEW_DELETE
 
 
-	/// When > 0 contacts in the vicinity of the query shape can be found. All nearest contacts that are not further away than this distance will be found (uint: meter)
+	/// When > 0 contacts in the vicinity of the query shape can be found. All nearest contacts that are not further away than this distance will be found (unit: meter)
 	float						mMaxSeparationDistance		= 0.0f;
 	float						mMaxSeparationDistance		= 0.0f;
 
 
 	/// How backfacing triangles should be treated
 	/// How backfacing triangles should be treated