mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 07:09:52 +00:00
first step towards making the render process const
This commit is contained in:
parent
46010244f5
commit
b6fb6944f6
67 changed files with 209 additions and 400 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
return _points[y * _w + x];
|
||||
}
|
||||
|
||||
virtual void onRender();
|
||||
virtual void onRender() const OVERRIDE;
|
||||
virtual void onUpdate(float dt);
|
||||
virtual void onSetTexture();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue