mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Simplify Drawable code
--HG-- branch : minor
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
ParticleSystem *clone() override;
|
||||
void setBufferSize(uint32 size) override;
|
||||
void draw(float x, float y, float angle, float sx, float sy, float ox, float oy, float kx, float ky) override;
|
||||
void draw(const Matrix4 &m) override;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user