improving brush tips browser, average stroke direction

This commit is contained in:
2019-01-31 13:56:54 +01:00
parent ff633eb2c8
commit c451acb6bc
8 changed files with 61 additions and 26 deletions

View File

@@ -471,7 +471,7 @@ void App::update(float dt)
if (auto* main = layout[main_id])
{
main->update(width, height, zoom);
stroke->update_controls();
//stroke->update_controls();
}
}