Changeset 3544 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Mar 14, 2005, 10:54:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r3543 r3544 48 48 Orxonox::~Orxonox () 49 49 { 50 this->destroy();51 }52 53 /**54 \brief destroys orxonox. Frees al memory and so on.55 */56 void Orxonox::destroy(void)57 {58 50 Orxonox::singletonRef = NULL; 59 51 if( world != NULL) delete world; … … 61 53 if( localcamera != NULL) delete localcamera; 62 54 if( resources != NULL) delete resources; 63 64 65 55 } 66 56
Note: See TracChangeset
for help on using the changeset viewer.