diff --git a/source/abstract/Physical.cpp b/source/abstract/Physical.cpp index e6ab50d..f45e42d 100755 --- a/source/abstract/Physical.cpp +++ b/source/abstract/Physical.cpp @@ -105,6 +105,9 @@ Physical::getDelete() const { return mDelete; } +/** + * Returns the Physical::Category of this object. + */ uint16 Physical::getCategory() const { return mBody->GetFixtureList()->GetFilterData().categoryBits;