map improvements

This commit is contained in:
milek7
2019-02-18 17:46:31 +01:00
parent 52ff1ecb98
commit 89cf20a251
16 changed files with 240 additions and 180 deletions

View File

@@ -314,7 +314,7 @@ void ui_layer::render_panels()
{
for (auto *panel : m_panels)
{
panel->render();
panel->render();
}
}