Skip to content

Commit

Permalink
[Fix] Include some of the Asobo 1.10.7 changes (#1607)
Browse files Browse the repository at this point in the history
* Port 1.10.7 changes to NavSystem

* Port 1.10.7 changes to MapInstrument

* Port 1.10.7 changes to FlightPlaneManager

* Port 1.10.7 changes to Waypoint

* Port some "Update -> onUpdate" changes from 1.10.7

* partially port changes from 1.10.7 to FMCMainDisplay

* Port more of "update->onUpdate"

* Port some of the 1.10.7 MCDU changes

* Also convert DCDU to onUpdate, port unit string typo fix to FMA

(cherry picked from commit 6b37627)
  • Loading branch information
lukecologne authored and Benjozork committed Oct 30, 2020
1 parent 4a3ba49 commit 64ba519
Show file tree
Hide file tree
Showing 19 changed files with 1,106 additions and 183 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class A320_Neo_Com extends BaseAirliners {
}
}

Update() {
super.Update();
onUpdate(_deltaTime) {
super.onUpdate(_deltaTime);

this.updatePowerState();
this.updateScreenState();
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64ba519

Please sign in to comment.