Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2988 in orxonox.OLD for orxonox/trunk/importer/framework.cc


Ignore:
Timestamp:
Nov 25, 2004, 10:57:20 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: default of Group→next set to NULL as it should be. Thanks to Adrian to ddd me to the error :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/framework.cc

    r2968 r2988  
    4343  // Create a new OpenGL window with the title "Cone3D Basecode" at
    4444  // 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)
    4646  {
    4747    // If an error is found, display a message, kill the GL and SDL screens (if they were created) and exit
Note: See TracChangeset for help on using the changeset viewer.