]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks to dumpScreen().
authorcurt <curt>
Fri, 15 Oct 1999 00:40:11 +0000 (00:40 +0000)
committercurt <curt>
Fri, 15 Oct 1999 00:40:11 +0000 (00:40 +0000)
src/GUI/gui.cxx

index 6acecfdaa613d5df116b73c47f5c60a25b9c95ed..e3386dae90bd026931b99ba34219924b5959a486 100644 (file)
@@ -595,6 +595,10 @@ void dumpScreen ( puObject *obj ) {
 
     fgInitVisuals();
     fgReshape( current_options.get_xsize(), current_options.get_ysize() );
+
+    // we need two render frames here to clear the menu and cursor
+    // ... not sure why but doing an extra fgFenderFrame() shoulnd't
+    // hurt anything
     fgRenderFrame();
     fgRenderFrame();