Skip to content

Commit

Permalink
Fix missing deprecated Shape:getShape method.
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Jun 7, 2024
1 parent a23d531 commit d13a7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/physics/box2d/wrap_Shape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ const luaL_Reg w_Shape_functions[] =
{ "getRestitution", w_Shape_getRestitution },
{ "getDensity", w_Shape_getDensity },
{ "getBody", w_Shape_getBody },
{ "getShape", w_Shape_getShape },
{ "isSensor", w_Shape_isSensor },
{ "testPoint", w_Shape_testPoint },
{ "rayCast", w_Shape_rayCast },
Expand Down

0 comments on commit d13a7f7

Please sign in to comment.