]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD.cxx
- fix unzoomed tapes (TODO: restore tick length)
[flightgear.git] / src / Instrumentation / HUD / HUD.cxx
index a763eed6691d3220f7091330d96b80247f5851c2..8a6e0491615dc084e4d577b3da346f8b4447c0d2 100644 (file)
@@ -225,8 +225,7 @@ void HUD::draw3D()
 }
 
 
-void HUD::draw2D( GLfloat x_start, GLfloat y_start,
-                  GLfloat x_end, GLfloat y_end )
+void HUD::draw2D(GLfloat x_start, GLfloat y_start, GLfloat x_end, GLfloat y_end)
 {
     glMatrixMode(GL_PROJECTION);
     glPushMatrix();