]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.hxx
Add OPTION_MULTI to several more options that could potentially be used
[flightgear.git] / src / Main / renderer.hxx
index 3f045fe0cb037bb625f681610e97b35ac8d87255..84b03d87e06b1e1f29cc6e41f635271a7dfdb01a 100644 (file)
@@ -51,12 +51,8 @@ public:
 
     void resize(int width, int height );
 
-    // calling update( refresh_camera_settings = false ) will not
-    // touch window or camera settings.  This is useful for the tiled
-    // renderer which needs to set the view frustum itself.
-    void update( bool refresh_camera_settings);
-    static void update();
-
+    void update();
+  
     /** Just pick into the scene and return the pick callbacks on the way ...
      */
     bool pick( std::vector<SGSceneryPick>& pickList,