Add spacebar input; add shape enabling/disablg and sensors
This commit is contained in:
@@ -467,6 +467,11 @@ void phys2d_dbgdrawedge(struct phys2d_edge *edge)
|
||||
}
|
||||
}
|
||||
|
||||
cpShape *id2shape(int id)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void phys2d_reindex_body(cpBody *body) {
|
||||
cpSpaceReindexShapesForBody(space, body);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user