We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c11a6 commit 31a7e7eCopy full SHA for 31a7e7e
src/api/l_physics.c
@@ -372,7 +372,6 @@ int luaopen_lovr_physics(lua_State* L) {
372
luax_registertype(L, DistanceJoint);
373
luax_registertype(L, HingeJoint);
374
luax_registertype(L, SliderJoint);
375
- luax_registerasync(L, World);
376
lovrPhysicsInit(luax_unref);
377
luax_atexit(L, lovrPhysicsDestroy);
378
return 1;
src/api/l_physics_world.c
@@ -708,8 +708,3 @@ const luaL_Reg lovrWorld[] = {
708
709
{ NULL, NULL }
710
};
711
-
712
-const char* lovrWorldAsync[] = {
713
- "raycast",
714
- NULL
715
-};
0 commit comments