Fix missing deprecated Shape:getShape method.

This commit is contained in:
Sasha Szpakowski
2024-06-07 17:38:08 -03:00
parent a23d53183e
commit d13a7f7620
+1
View File
@@ -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 },