[chore] fix typo

This commit is contained in:
Nomango 2020-10-19 17:26:24 +08:00
parent 364a96b320
commit 8a2dc57b4e
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ KGE_DECLARE_SMART_PTR(ContactBeginEvent);
KGE_DECLARE_SMART_PTR(ContactEndEvent); KGE_DECLARE_SMART_PTR(ContactEndEvent);
/** /**
* \addtogroup Events * \addtogroup Event
* @{ * @{
*/ */

View File

@ -196,6 +196,7 @@ public:
KGE_NOT_USED(contact); KGE_NOT_USED(contact);
KGE_NOT_USED(oldManifold); KGE_NOT_USED(oldManifold);
} }
void PostSolve(b2Contact* contact, const b2ContactImpulse* impulse) override void PostSolve(b2Contact* contact, const b2ContactImpulse* impulse) override
{ {
KGE_NOT_USED(contact); KGE_NOT_USED(contact);