mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-04 06:54:39 +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
|
@ -130,7 +130,7 @@ void DebugFont::setText(const std::string &text)
|
|||
formatText();
|
||||
}
|
||||
|
||||
void DebugFont::onRender()
|
||||
void DebugFont::onRender() const
|
||||
{
|
||||
const float vspc = 1.5;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue