From 75432b1f587035ced52947d6836f227ffeb96d5c Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 25 Jul 2003 21:12:14 +0000 Subject: [PATCH] typo --- panda/src/collide/collisionHandlerPhysical.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/collide/collisionHandlerPhysical.h b/panda/src/collide/collisionHandlerPhysical.h index 0fade0a305..2f97ebaf6d 100644 --- a/panda/src/collide/collisionHandlerPhysical.h +++ b/panda/src/collide/collisionHandlerPhysical.h @@ -50,7 +50,7 @@ PUBLISHED: bool has_collider(CollisionNode *node) const; void clear_colliders(); - // add_collider_drive() is becoming obsolete. If you need let, let us know. + // add_collider_drive() is becoming obsolete. If you need it, let us know. void add_collider_drive(CollisionNode *node, DriveInterface *drive_interface); protected: