Changeset 7836 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- May 24, 2006, 10:05:32 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/atmospheric_engine.cc
r7810 r7836 126 126 std::list<BaseObject*>::const_iterator it; 127 127 for (it = weatherEffects->begin(); it != weatherEffects->end(); it++) 128 { 129 printf("%s::%s \n", (*it)->getClassName(), (*it)->getName()); 128 130 dynamic_cast<WeatherEffect*>(*it)->tick(dt); 131 } 129 132 } 130 133 } -
trunk/src/lib/graphics/effects/sun_effect.cc
r7810 r7836 30 30 SunEffect::SunEffect(const TiXmlElement* root) 31 31 { 32 this->setClassID(CL_SUN_EFFECT, "SunEffect");32 // this->setClassID(CL_SUN_EFFECT, "SunEffect"); 33 33 this->bActivated = false; 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.