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:
parent
cec6bc5ebf
commit
5c558c122f
9 changed files with 36 additions and 113 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue