fix layout designer

This commit is contained in:
2019-09-26 17:48:38 +02:00
parent e406f7964c
commit 8b179260fb
9 changed files with 27 additions and 11 deletions

View File

@@ -67,6 +67,8 @@ void App::crash_test()
void App::tick(float dt)
{
if (auto* main = layout_designer[main_id])
main->tick(dt);
if (auto* main = layout[main_id])
main->tick(dt);
}