From: mfranz Date: Wed, 4 May 2005 12:11:37 +0000 (+0000) Subject: reverting last patch: the (non)redrawing problems are simply too annoying :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=510314f54d09c176c45e9fac4dad7c7871ccd37b;p=flightgear.git reverting last patch: the (non)redrawing problems are simply too annoying :-( --- diff --git a/src/Main/fg_os.cxx b/src/Main/fg_os.cxx index 6a55e23d5..b13cd2e71 100644 --- a/src/Main/fg_os.cxx +++ b/src/Main/fg_os.cxx @@ -216,9 +216,5 @@ void fgOSOpenWindow(int w, int h, int bpp, bool alpha, glutIdleFunc(GLUTidle); glutDisplayFunc(GLUTdraw); glutReshapeFunc(GLUTreshape); - - glutShowWindow(); - glClear(GL_COLOR_BUFFER_BIT); - glutSwapBuffers(); - glutPostRedisplay(); } +