Skip to content

Commit 31a7e7e

Browse files
committed
Make World:raycast sync for now;
1 parent 25c11a6 commit 31a7e7e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/api/l_physics.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ int luaopen_lovr_physics(lua_State* L) {
372372
luax_registertype(L, DistanceJoint);
373373
luax_registertype(L, HingeJoint);
374374
luax_registertype(L, SliderJoint);
375-
luax_registerasync(L, World);
376375
lovrPhysicsInit(luax_unref);
377376
luax_atexit(L, lovrPhysicsDestroy);
378377
return 1;

src/api/l_physics_world.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,3 @@ const luaL_Reg lovrWorld[] = {
708708

709709
{ NULL, NULL }
710710
};
711-
712-
const char* lovrWorldAsync[] = {
713-
"raycast",
714-
NULL
715-
};

0 commit comments

Comments
 (0)