Renamed ChainShape:setPrevVertex to ChainShape:setPreviousVertex (see issue #691)

This commit is contained in:
Alex Szpakowski
2013-10-07 23:49:49 -03:00
parent 4fa7347e26
commit 951f5740bb
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public:
* @param x The x-coordinate of the vertex.
* @param y The y-coordinate of the vertex.
**/
void setPrevVertex(float x, float y);
void setPreviousVertex(float x, float y);
/**
* Gets the number of children shapes.