Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4207 in orxonox.OLD for orxonox/branches/openAL/src/orxonox.cc


Ignore:
Timestamp:
May 17, 2005, 3:22:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: added flush-function i talked of in the Wiki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/orxonox.cc

    r4196 r4207  
    7575  if( resources != NULL) delete resources;
    7676  delete GraphicsEngine::getInstance(); // deleting the Graphics
     77  delete TextEngine::getInstance();
     78  delete SoundEngine::getInstance();
    7779  delete ResourceManager::getInstance(); // deletes the Resource Manager
    78   delete TextEngine::getInstance();
    7980}
    8081
Note: See TracChangeset for help on using the changeset viewer.