Fixed Shape:testSegment.

This commit is contained in:
rude
2009-10-31 00:15:13 +01:00
parent 0d40f70681
commit b3bd3427a5
+1
View File
@@ -123,6 +123,7 @@ namespace box2d
int w_Shape_testSegment(lua_State * L)
{
Shape * t = luax_checkshape(L, 1);
lua_remove(L, 1);
return t->testSegment(L);
}