mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
making a stab at updating Shapes
--HG-- branch : box2d-update
This commit is contained in:
@@ -47,7 +47,7 @@ namespace box2d
|
||||
* @param body The parent Body.
|
||||
* @param def The polygon definition.
|
||||
**/
|
||||
PolygonShape(Body * body, b2PolygonDef * def);
|
||||
PolygonShape(b2PolygonShape * p);
|
||||
|
||||
virtual ~PolygonShape();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user