]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Cockpit / panel.hxx
index c8a58fedfe1d8da7696905a007b18896f10c6e86..d0d1b9805d493d619533d0ca5a935396410a0474 100644 (file)
@@ -141,7 +141,8 @@ public:
   virtual void init ();
   virtual void bind ();
   virtual void unbind ();
-  virtual void update (int dt);
+  virtual void draw ();
+  virtual void update (double dt);
   virtual void update (GLfloat winx, GLfloat winw, GLfloat winy, GLfloat winh);
 
                                // transfer pointer ownership!!!
@@ -195,8 +196,8 @@ private:
   int _x_offset;
   int _y_offset;
   int _view_height;
-  bool _bound;
   float _jitter;
+  bool _flipx;
 
   const SGPropertyNode * _xsize_node;
   const SGPropertyNode * _ysize_node;