[chore] fix typo
This commit is contained in:
parent
364a96b320
commit
8a2dc57b4e
|
|
@ -30,7 +30,7 @@ KGE_DECLARE_SMART_PTR(ContactBeginEvent);
|
||||||
KGE_DECLARE_SMART_PTR(ContactEndEvent);
|
KGE_DECLARE_SMART_PTR(ContactEndEvent);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \addtogroup Events
|
* \addtogroup Event
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue