Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3611 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Mar 21, 2005, 11:44:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: one step further with the gragpicsEngine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r3610 r3611  
    5656  if( localcamera != NULL) delete localcamera;
    5757  if( resources != NULL) delete resources;
     58  delete GraphicsEngine::getInstance(); // deleting the Graphics
    5859}
    5960
     
    113114int Orxonox::initVideo()
    114115{
    115   printf("> Initializing video\n");
     116  PRINTF(3)("> Initializing video\n");
    116117 
    117118  GraphicsEngine::getInstance();
Note: See TracChangeset for help on using the changeset viewer.