Changeset 1874 in orxonox.OLD for orxonox/trunk/core
- Timestamp:
- May 6, 2004, 11:00:49 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/orxonox.cc
r1873 r1874 60 60 { 61 61 glutInit(&argc, argv); 62 glutInitDisplayMode(GLUT_ SINGLE | GLUT_RGB);62 glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB); 63 63 glutInitWindowSize(500, 500); 64 64 glutInitWindowPosition(100, 100);
Note: See TracChangeset
for help on using the changeset viewer.