mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
More float quad work (issue #285)
This commit is contained in:
@@ -276,7 +276,7 @@ namespace opengl
|
||||
/**
|
||||
* Creates a Quad object.
|
||||
**/
|
||||
Quad * newQuad(int x, int y, int w, int h, int sw, int sh);
|
||||
Quad * newQuad(float x, float y, float w, float h, float sw, float sh);
|
||||
|
||||
/**
|
||||
* Creates a Font object.
|
||||
|
||||
Reference in New Issue
Block a user