Multiple --atlas options are valid (one for Atlas, one for Terrasync)
This commit is contained in:
parent
a756ad0f43
commit
14b76a1d63
1 changed files with 1 additions and 1 deletions
|
@ -1466,7 +1466,7 @@ struct OptionDesc {
|
|||
{"hud-tris", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "tris", 0 },
|
||||
{"hud-culled", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "culled", 0 },
|
||||
{"atcsim", true, OPTION_CHANNEL, "", false, "dummy", 0 },
|
||||
{"atlas", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
{"atlas", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 },
|
||||
{"httpd", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
#ifdef FG_JPEG_SERVER
|
||||
{"jpg-httpd", true, OPTION_CHANNEL, "", false, "", 0 },
|
||||
|
|
Loading…
Reference in a new issue