Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5447 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Oct 29, 2005, 1:14:24 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Explosions on Collision (—HACK—)
also made the FastFactory faster, not turning through the GarbageCollector, as it is not necessary. FastFactory also implements a Static Memeber subscriptor-Macro now
last but not least: new Functions in The ParticleEngine, and some revisited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.cc

    r5429 r5447  
    129129
    130130  // delete all the initialized Engines.
     131  FastFactory::flushAll(true);
    131132  delete LightManager::getInstance();
    132133  delete TrackManager::getInstance();
     
    138139  SoundEngine::getInstance()->flushAllBuffers();
    139140  SoundEngine::getInstance()->flushAllSources();
    140   FastFactory::flushAll(true);
    141141
    142142
Note: See TracChangeset for help on using the changeset viewer.