mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Renamed ChainShape:setPrevVertex to ChainShape:setPreviousVertex (see issue #691)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user