Hit params in collider works

This commit is contained in:
2022-12-27 18:52:25 +00:00
parent 9a77bb75a8
commit 2df559aa4c
4 changed files with 13 additions and 13 deletions

View File

@@ -463,6 +463,7 @@ static cpBool s7_phys_cb_begin(cpArbiter *arb, cpSpace *space, void *data) {
struct gameobject *g2 = cpBodyGetUserData(body2);
script_call_sym_args(go->cbs->begin, s7_make_integer(s7, g2->editor.id));
//script_call_sym(go->cbs->begin);
return 1;
}