]> 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 67b9ff9263cfee62ed7ae69f021c6a9957b32f34..84b03d87e06b1e1f29cc6e41f635271a7dfdb01a 100644 (file)
@@ -51,10 +51,7 @@ 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);
+    void update();
   
     /** Just pick into the scene and return the pick callbacks on the way ...
      */