From: curt Date: Fri, 15 Oct 1999 00:40:11 +0000 (+0000) Subject: Tweaks to dumpScreen(). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e577d8c7efd0c43b58890ef885bd2db393f668ba;p=flightgear.git Tweaks to dumpScreen(). --- diff --git a/src/GUI/gui.cxx b/src/GUI/gui.cxx index 6acecfdaa..e3386dae9 100644 --- a/src/GUI/gui.cxx +++ b/src/GUI/gui.cxx @@ -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();