Skip to content

Commit

Permalink
All the spheres, color red means good viewpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
limdor committed Feb 10, 2015
1 parent 293c51d commit c860d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainModuleController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ void MainModuleController::on_measureInViewpointSphereList_currentIndexChanged(i

if( pValue < mViewpointMeasures.size() )
{
colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), false);
colors = Tools::ConvertFloatsToColors(mViewpointMeasures.at(pValue)->GetValues(), !mViewpointMeasures.at(pValue)->IsMaximumBest());
}
for( int i = 0; i < colors.size(); i++ )
{
Expand Down

0 comments on commit c860d9e

Please sign in to comment.