Fixture:getShape() returns a Shape of the type it actually is

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-26 21:35:44 -04:00
parent 16fb73e92a
commit 356b3c880d
2 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace box2d
float getRadius() const;
/**
* Gets the radius for the circle.
* Sets the radius for the circle.
**/
void setRadius(float r);
};