mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Renamed Frame to Quad; added drawq/addq; fixed some bugs.
This commit is contained in:
+1
-1
@@ -141,7 +141,7 @@ namespace love
|
||||
* @param src The source vertices.
|
||||
* @param size The number of vertices.
|
||||
**/
|
||||
void transform(vertex * dst, const vertex * src, int size);
|
||||
void transform(vertex * dst, const vertex * src, int size) const;
|
||||
|
||||
}; // Matrix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user