From 1db07a09b2f5deb2f081db3717302ad104c8feb0 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Thu, 9 Mar 2006 21:59:10 +0000 Subject: [PATCH] changed function name --- panda/src/physics/physicsManager.I | 6 +++++- panda/src/physics/physicsManager.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/panda/src/physics/physicsManager.I b/panda/src/physics/physicsManager.I index 9b22f643e7..ace1d74ffa 100644 --- a/panda/src/physics/physicsManager.I +++ b/panda/src/physics/physicsManager.I @@ -51,10 +51,14 @@ add_linear_force(LinearForce *f) { //////////////////////////////////////////////////////////////////// // Function : attach_physicalnode // Access : Public -// Description : Registers a physicalnode with the manager +// Description : Please call attach_physical_node instead. //////////////////////////////////////////////////////////////////// INLINE void PhysicsManager:: attach_physicalnode(PhysicalNode *p) { + cerr<<"attach_physicalnode (aka attachPhysicalnode) has been" + <<"replaced with attach_physical_node (aka attachPhysicalNode)." + <<" Please change the spelling of the function in your code." + <