Changeset 429:37d6d2b8bb18
- Timestamp:
- 02/17/13 11:33:28 (12 years ago)
- Branch:
- xplane
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/xplane.py
r427 r429 1709 1709 state.antiCollisionLightsOn = \ 1710 1710 state.antiCollisionLightsOn or state.strobeLightsOn 1711 state.cog = 100.0 *(state.cog / 0.0254 + 21.504) / 94.5121711 state.cog = (state.cog / 0.0254 + 21.504) / 94.512 1712 1712 1713 1713 return state
Note:
See TracChangeset
for help on using the changeset viewer.