mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fixes
This commit is contained in:
@@ -68,12 +68,12 @@ public:
|
||||
/**
|
||||
* Gets the vertex that follows the last vertex.
|
||||
**/
|
||||
void getNextVertex(float &x, float &y) const;
|
||||
b2Vec2 getNextVertex() const;
|
||||
|
||||
/**
|
||||
* Gets the vertex that precedes the first vertex.
|
||||
**/
|
||||
void getPreviousVertex(float &x, float &y) const;
|
||||
b2Vec2 getPreviousVertex() const;
|
||||
|
||||
/**
|
||||
* Returns a child EdgeShape.
|
||||
|
||||
Reference in New Issue
Block a user