Simplify Drawable code

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-10-18 22:06:52 -03:00
parent a844c16657
commit b8b670e0ae
23 changed files with 93 additions and 159 deletions
+1 -1
View File
@@ -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: