Skip to content
Snippets Groups Projects
Commit 7e9e9670 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Minor comment

parent 9456be85
No related branches found
No related tags found
1 merge request!109Resolves #173 remove voxel code
......@@ -116,7 +116,7 @@ static void run(ftl::Configurable *root) {
group.addSource(in);
}
stream->setLatency(4);
stream->setLatency(4); // FIXME: This depends on source!?
stream->run();
bool busy = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment