mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Removed redundant definition of ChainShape:getChildCount.
This commit is contained in:
@@ -85,12 +85,6 @@ EdgeShape *ChainShape::getChildEdge(int index) const
|
||||
return new EdgeShape(e, true);
|
||||
}
|
||||
|
||||
int ChainShape::getChildCount() const
|
||||
{
|
||||
b2ChainShape *c = (b2ChainShape *)shape;
|
||||
return c->GetChildCount();
|
||||
}
|
||||
|
||||
int ChainShape::getVertexCount() const
|
||||
{
|
||||
b2ChainShape *c = (b2ChainShape *)shape;
|
||||
|
||||
Reference in New Issue
Block a user