mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Fixed Shape:testSegment.
This commit is contained in:
@@ -123,6 +123,7 @@ namespace box2d
|
|||||||
int w_Shape_testSegment(lua_State * L)
|
int w_Shape_testSegment(lua_State * L)
|
||||||
{
|
{
|
||||||
Shape * t = luax_checkshape(L, 1);
|
Shape * t = luax_checkshape(L, 1);
|
||||||
|
lua_remove(L, 1);
|
||||||
return t->testSegment(L);
|
return t->testSegment(L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user