]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD.cxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / HUD / HUD.cxx
index 4a42d47effad774b917b76c0ad9bb14d47b2c351..4f480b47e72dacccc5d8442bd07b6b1f8bbd057b 100644 (file)
@@ -462,10 +462,8 @@ void HUD::setColor() const
 }
 
 
-
-
 void HUD::textAlign(fntRenderer *rend, const char *s, int align,
-        float *x, float *y, float *l, float *r, float *t, float *b)
+        float *x, float *y, float *l, float *r, float *b, float *t)
 {
     fntFont *font = rend->getFont();
     float gap = font->getGap();