Oops
This commit is contained in:
parent
e61faae089
commit
8a8c233840
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue