]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_tbi.cxx
- modified FGBinding to keep a local copy of the argument property
[flightgear.git] / src / Cockpit / hud_tbi.cxx
index 0ddeaf95431cce213de2015f13a98e64994197ec..31085aba568123f263615709201df2bc86495194 100644 (file)
@@ -84,7 +84,7 @@ operator = (const fgTBI_instr & rhs )
 
      cen_x = centroid.x;
      cen_y = centroid.y;
-     bank  = bank_angle * RAD_TO_DEG;
+     bank  = bank_angle * SGD_RADIANS_TO_DEGREES;
      tee   = -tee_height;
      fspan = span;
      hole  = scr_hole;