summaryrefslogtreecommitdiff
path: root/astro/openuniverse/files/patch-src_ou.cpp
blob: 68327b82655423becb517de45907142a21018ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/ou.cpp.orig	2000-06-04 21:29:29 UTC
+++ src/ou.cpp
@@ -560,6 +560,7 @@ int main(int argc, char *argv[])
 #else
 	glutReshapeFunc(Reshape);
 #endif
+	glutDisplayFunc(glutPostRedisplay);
 	glutMainLoop();
 	return 0;
 }