Fix a warning spotted by Fahim Dalvi.
This commit is contained in:
parent
1b4ae1e46b
commit
94c202375c
1 changed files with 1 additions and 1 deletions
|
@ -2002,7 +2002,7 @@ struct OptionDesc {
|
|||
{"jsbsim-output-directive-file", true, OPTION_STRING, "/sim/jsbsim/output-directive-file", false, "", nullptr },
|
||||
{"disable-gui", false, OPTION_FUNC, "", false, "", fgOptDisableGUI },
|
||||
{"graphics-preset", true, OPTION_STRING, "/sim/rendering/preset", false, "", nullptr},
|
||||
{"composite-viewer", true, OPTION_INT, "/sim/rendering/composite-viewer-enabled", "", "", nullptr},
|
||||
{"composite-viewer", true, OPTION_INT, "/sim/rendering/composite-viewer-enabled", false, "", nullptr},
|
||||
{nullptr, false, 0, nullptr, false, nullptr, nullptr}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue