1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 15:19:50 +00:00

first step towards making the render process const

This commit is contained in:
fgenesis 2022-05-19 05:17:00 +02:00
parent 46010244f5
commit b6fb6944f6
67 changed files with 209 additions and 400 deletions

View file

@ -32,7 +32,7 @@ public:
void toggle(bool on);
void setLayers(int layer, int renderLayer);
void preRender();
void render();
void render() const;
int getLayer();
int getRenderLayer();
bool isUsed();