summaryrefslogtreecommitdiff
path: root/src/BulletCollision/CollisionDispatch/btGhostObject.h
diff options
context:
space:
mode:
authorerwin.coumans <erwin.coumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2008-11-04 04:01:31 +0000
committererwin.coumans <erwin.coumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2008-11-04 04:01:31 +0000
commitbcd0f48c28b52a086fe76a8b06c0603dbd73ad8b (patch)
treed02350755b7bfc2e3ff68c39f41f5f79c02c0b0e /src/BulletCollision/CollisionDispatch/btGhostObject.h
parent2b21eb5605c397cf1c82ef09e075316cde264826 (diff)
downloadbullet3-bcd0f48c28b52a086fe76a8b06c0603dbd73ad8b.tar.gz
some doxygen updates, added some comments to classes, fix broken links, rename some prefix some internal GIMPACT collision structures using (for example use GIM_AABB instead of BT_AAABB),
removed obsolete btGjkEpa (it was replaced by btGjkEpa2 ages ago)
Diffstat (limited to 'src/BulletCollision/CollisionDispatch/btGhostObject.h')
-rw-r--r--src/BulletCollision/CollisionDispatch/btGhostObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BulletCollision/CollisionDispatch/btGhostObject.h b/src/BulletCollision/CollisionDispatch/btGhostObject.h
index 2beda0aee..9bca9ed23 100644
--- a/src/BulletCollision/CollisionDispatch/btGhostObject.h
+++ b/src/BulletCollision/CollisionDispatch/btGhostObject.h
@@ -118,7 +118,7 @@ public:
-///btGhostPairCache keeps track of overlapping objects that have AABB overlap with the ghost
+///The btGhostPairCallback interfaces and forwards adding and removal of overlapping pairs from the btBroadphaseInterface to btGhostObject.
class btGhostPairCallback : public btOverlappingPairCallback
{