Changeset 8129 in orxonox.OLD for branches/cr/src/lib/graphics
- Timestamp:
- Jun 3, 2006, 3:37:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/graphics/effects/atmospheric_engine.cc
r7836 r8129 127 127 for (it = weatherEffects->begin(); it != weatherEffects->end(); it++) 128 128 { 129 printf("%s::%s \n", (*it)->getClassName(), (*it)->getName()); 129 /* printf("%s::%s \n", (*it)->getClassName(), (*it)->getName());*/ 130 130 dynamic_cast<WeatherEffect*>(*it)->tick(dt); 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.