mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fix missing deprecated Shape:getShape method.
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user