mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup UI for source info, cleanup code
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user