Changeset 211
- Timestamp:
- Jan 29, 2011, 6:49:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/core/visual_core.cpp
r204 r211 289 289 } 290 290 291 #ifdef USE_SKY_SILVERLINING 291 292 if(cur_node->type == XML_ELEMENT_NODE && node_name == "datetime") 292 293 { … … 332 333 sky->setTime(hour,minute,00); 333 334 } 334 335 335 } 336 336 … … 355 355 attr = attr->next; 356 356 } 357 357 358 if(sky.valid()) 358 359 { … … 403 404 } 404 405 } 406 #endif 405 407 }// FOR all nodes END 406 408
Note: See TracChangeset
for help on using the changeset viewer.