fix typo on API btCollisionDispatcher::getDispatherFlags -> getDispatcherFlags

Thanks to Andres Traks for the report/patch:
http://code.google.com/p/bullet/issues/detail?id=372
This commit is contained in:
erwin.coumans
2010-06-18 01:17:40 +00:00
parent 627877e3e5
commit b2798eaae5

View File

@@ -67,7 +67,7 @@ public:
CD_USE_RELATIVE_CONTACT_BREAKING_THRESHOLD = 2
};
int getDispatherFlags() const
int getDispatcherFlags() const
{
return m_dispatcherFlags;
}