1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 07:09:52 +00:00

Remove RenderObject::setColorMult() hack and related members

This commit is contained in:
fgenesis 2022-05-21 16:31:10 +02:00
parent cec6bc5ebf
commit 5c558c122f
9 changed files with 36 additions and 113 deletions

View file

@ -30,7 +30,6 @@ public:
void setWidthHeight(int w, int h);
void setLineSize(int ls);
bool renderCenter;
protected:
int w, h, w2, h2;
@ -103,7 +102,7 @@ protected:
void resetGrid();
void updateGrid(float dt);
void renderGrid() const;
void renderGrid(const RenderState& rs) const;
float drawGridOffsetX;