Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8129 in orxonox.OLD for branches/cr/src/lib/graphics


Ignore:
Timestamp:
Jun 3, 2006, 3:37:01 PM (18 years ago)
Author:
patrick
Message:

cr: finished cleaning up the code, collision reaction now integrated and should either work or throw a sigfault :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/lib/graphics/effects/atmospheric_engine.cc

    r7836 r8129  
    127127    for (it = weatherEffects->begin(); it != weatherEffects->end(); it++)
    128128    {
    129       printf("%s::%s \n", (*it)->getClassName(), (*it)->getName());
     129/*      printf("%s::%s \n", (*it)->getClassName(), (*it)->getName());*/
    130130      dynamic_cast<WeatherEffect*>(*it)->tick(dt);
    131131    }
Note: See TracChangeset for help on using the changeset viewer.