Changeset 8190 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Jun 7, 2006, 3:00:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/atmospheric_engine.cc
r7836 r8190 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.