]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Removed some left over debugging output.
[flightgear.git] / src / Cockpit / panel.hxx
index 70fb1a1227722bdd092046b904dd7121f27a2f23..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!!!
@@ -196,6 +197,7 @@ private:
   int _y_offset;
   int _view_height;
   float _jitter;
+  bool _flipx;
 
   const SGPropertyNode * _xsize_node;
   const SGPropertyNode * _ysize_node;