mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Put methods for getTexture* on Quad
This commit is contained in:
@@ -47,6 +47,9 @@ public:
|
||||
void setViewport(const Viewport &v);
|
||||
Viewport getViewport() const;
|
||||
|
||||
double getTextureWidth() const;
|
||||
double getTextureHeight() const;
|
||||
|
||||
const Vertex *getVertices() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user