Changeset 9729 in orxonox.OLD for branches/new_class_id/src/lib/graphics
- Timestamp:
- Sep 14, 2006, 10:33:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/light.cc
r9727 r9729 264 264 void LightManager::loadParams(const TiXmlElement* root) 265 265 { 266 printf("Loading Lights\n");267 266 LoadParamXML(root, "Lights", this, LightManager, loadLights) 268 267 .describe("an XML-Element to load lights from."); … … 277 276 void LightManager::loadLights(const TiXmlElement* root) 278 277 { 279 printf("Loading single Lights\n");280 281 278 const TiXmlElement* element = root->FirstChildElement(); 282 279
Note: See TracChangeset
for help on using the changeset viewer.