Alex 1 年之前
父节点
当前提交
ac3d664a25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jolt/Physics/Collision/ContactListener.h

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

@@ -61,7 +61,7 @@ enum class ValidateResult
 	RejectAllContactsForThisBodyPair							///< Rejects this and any further contact points for this body pair
 	RejectAllContactsForThisBodyPair							///< Rejects this and any further contact points for this body pair
 };
 };
 
 
-/// A listener class that receives collision contact events events.
+/// A listener class that receives collision contact events.
 /// It can be registered with the ContactConstraintManager (or PhysicsSystem).
 /// It can be registered with the ContactConstraintManager (or PhysicsSystem).
 /// Note that contact listener callbacks are called from multiple threads at the same time when all bodies are locked, you're only allowed to read from the bodies and you can't change physics state.
 /// Note that contact listener callbacks are called from multiple threads at the same time when all bodies are locked, you're only allowed to read from the bodies and you can't change physics state.
 class ContactListener
 class ContactListener