This commit is contained in:
Lynix 2019-04-15 16:26:30 +02:00
parent e61faae089
commit 8a8c233840
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ namespace Nz
if (callbackFunctions->startCallback) if (callbackFunctions->startCallback)
{ {
handler->beginFunc = [](cpArbiter* arb, cpSpace* space, void*) -> cpBool handler->beginFunc = [](cpArbiter* arb, cpSpace* space, void* data) -> cpBool
{ {
cpBody* firstBody; cpBody* firstBody;
cpBody* secondBody; cpBody* secondBody;
@ -389,7 +389,7 @@ namespace Nz
if (callbackFunctions->endCallback) if (callbackFunctions->endCallback)
{ {
handler->separateFunc = [](cpArbiter* arb, cpSpace* space, void*) handler->separateFunc = [](cpArbiter* arb, cpSpace* space, void* data)
{ {
cpBody* firstBody; cpBody* firstBody;
cpBody* secondBody; cpBody* secondBody;