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:
+1
-1
@@ -148,7 +148,7 @@ public:
|
||||
* @param src The source vertices.
|
||||
* @param size The number of vertices.
|
||||
**/
|
||||
void transform(vertex *dst, const vertex *src, int size) const;
|
||||
void transform(Vertex *dst, const Vertex *src, int size) const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user