fix shaders format

This commit is contained in:
2019-02-21 21:51:55 +01:00
parent 78ca0ee6ad
commit 39ee7289c5
26 changed files with 390 additions and 176 deletions

View File

@@ -534,6 +534,7 @@ void App::update(float dt)
layout.reload();
if (auto* main = layout[main_id])
main->update(width, height, zoom);
stroke->update_controls();
}
#endif