mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
The Vertex struct is now recognized as POD by C++, also fixed the name to be consistent with other love structs
This commit is contained in:
@@ -202,7 +202,7 @@ public:
|
||||
/**
|
||||
* Creates a Geometry object.
|
||||
**/
|
||||
Geometry *newGeometry(const std::vector<vertex> &vertices, const std::vector<uint16> &vertexmap, Geometry::DrawMode mode);
|
||||
Geometry *newGeometry(const std::vector<Vertex> &vertices, const std::vector<uint16> &vertexmap, Geometry::DrawMode mode);
|
||||
|
||||
/**
|
||||
* Creates a quadliteral Geometry object.
|
||||
|
||||
Reference in New Issue
Block a user