Commit b3c923aa authored by DonLakeFlyer's avatar DonLakeFlyer

parent eb13f463
...@@ -242,7 +242,8 @@ Rectangle { ...@@ -242,7 +242,8 @@ Rectangle {
MissionCommandDialog { MissionCommandDialog {
missionItem: _root.missionItem missionItem: _root.missionItem
map: _root.map map: _root.map
flyThroughCommandsAllowed: _missionController.flyThroughCommandsAllowed // FIXME: Disabling fly through commands doesn't work since you may need to change from an RTL to something else
flyThroughCommandsAllowed: true //_missionController.flyThroughCommandsAllowed
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment