Skip to content

Commit

Permalink
Allow disabling RViz splash-screen (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLamoine authored and wjwwood committed Jun 16, 2016
1 parent 3f97d2c commit 6afa5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rviz/visualizer_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ bool VisualizerApp::init( int argc, char** argv )
frame_->setHelpPath( QString::fromStdString( help_path ));
}
frame_->setShowChooseNewMaster( in_mc_wrapper );
if( splash_path != "" )
if( vm.count("splash-screen") )
{
frame_->setSplashPath( QString::fromStdString( splash_path ));
}
Expand Down

0 comments on commit 6afa5a6

Please sign in to comment.