Changeset 2988 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Nov 25, 2004, 10:57:20 PM (20 years ago)
- Location:
- orxonox/trunk/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/framework.cc
r2968 r2988 43 43 // Create a new OpenGL window with the title "Cone3D Basecode" at 44 44 // 640x480x32, fullscreen and check for errors along the way 45 if(wHandler.CreateGLWindow("Whandler Basecode", 500, 375, 32, FALSE) == FALSE)45 if(wHandler.CreateGLWindow("Whandler Basecode", 640, 480, 32, FALSE) == FALSE) 46 46 { 47 47 // If an error is found, display a message, kill the GL and SDL screens (if they were created) and exit -
orxonox/trunk/importer/object.cc
r2967 r2988 226 226 group->faceMode = -1; 227 227 group->faceCount = 0; 228 group->nextGroup = NULL; 228 229 if ((group->listNumber = glGenLists(1)) == 0 ) 229 230 {
Note: See TracChangeset
for help on using the changeset viewer.