1
0
Fork 0

reverting last patch: the (non)redrawing problems are simply too annoying :-(

This commit is contained in:
mfranz 2005-05-04 12:11:37 +00:00
parent 69798de096
commit 510314f54d

View file

@ -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();
}