Cleanup UI for source info, cleanup code

This commit is contained in:
Bruno Herbelin
2022-01-16 17:47:43 +01:00
parent ddccc5ff6b
commit e52785a8b4
7 changed files with 78 additions and 45 deletions

View File

@@ -133,7 +133,7 @@ void Session::update(float dt)
// update the source
(*it)->setActive(activation_threshold_);
(*it)->update(dt);
// render the source // TODO: verify ok to render after update
// render the source
(*it)->render();
}
}