fix test_collide

This commit is contained in:
David Rose 2001-06-11 15:50:55 +00:00
parent 98f6c845b9
commit c86002f6f7
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#define TARGET test_collide
#define LOCAL_LIBS \
collide
#define OTHER_LIBS $[OTHER_LIBS] pystub
#define SOURCES \
test_collide.cxx

View File

@ -62,6 +62,7 @@ main(int argc, char *argv[]) {
CollisionTraverser ct;
PT(CollisionHandlerPusher) chp = new CollisionHandlerPusher;
chp->add_collider(aa, a_aa);
ct.add_collider(aa, chp);
ct.traverse(r);