Skip to content

Commit

Permalink
change setting name to NoDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Feb 17, 2018
1 parent e67a990 commit d0d9d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/include/common/AirSimSettings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ struct AirSimSettings {
initial_view_mode = 5; // ECameraDirectorMode::CAMERA_DIRECTOR_MODE_SPRINGARM_CHASE;
else if (view_mode_string == "Backup")
initial_view_mode = 6; // ECameraDirectorMode::CAMREA_DIRECTOR_MODE_BACKUP;
else if (view_mode_string == "None")
else if (view_mode_string == "NoDisplay")
initial_view_mode = 7; // ECameraDirectorMode::CAMREA_DIRECTOR_MODE_NODISPLAY;
else
warning_messages.push_back("ViewMode setting is not recognized: " + view_mode_string);
Expand Down

0 comments on commit d0d9d2f

Please sign in to comment.