Darren Ranalli 22 年之前
父節點
當前提交
192e70d365
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/collide/collisionHandler.h

+ 1 - 1
panda/src/collide/collisionHandler.h

@@ -28,7 +28,7 @@ class CollisionEntry;
 ///////////////////////////////////////////////////////////////////
 //       Class : CollisionHandler
 // Description : The abstract interface to a number of classes that
-//               decide what to do what a collision is detected.  One
+//               decide what to do when a collision is detected.  One
 //               of these must be assigned to the CollisionTraverser
 //               that is processing collisions in order to specify how
 //               to dispatch detected collisions.