reverting last patch: the (non)redrawing problems are simply too annoying :-(
This commit is contained in:
parent
69798de096
commit
510314f54d
1 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue