This commit is contained in:
Darren Ranalli 2003-12-10 00:37:33 +00:00
parent 7086723c67
commit 192e70d365

View File

@ -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.