Skip to content
Snippets Groups Projects
Commit 79e7da4d authored by Mirko Wächter's avatar Mirko Wächter
Browse files

adapted to core::observer changes

parent 8ca866bb
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ void HapticUnitWidget::createMatrixWidgets()
void HapticUnitWidget::updateDisplayWidgets()
{
int i = 0;
ChannelRegistry channels = hapticObserverProxy->getAvailableChannels();
ChannelRegistry channels = hapticObserverProxy->getAvailableChannels(false);
for(std::pair<std::string, ChannelRegistryEntry> pair : channels)
{
// hard coded fix with magic value. very good. see Observer.cpp
......
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