Changeset 240 for osgVisual/trunk/src/extLink
- Timestamp:
- Feb 14, 2011, 8:38:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/extLink/dataIO_extLinkVCL.cpp
r221 r240 220 220 if( attr_name == "name" ) 221 221 entryName = reinterpret_cast<const char*>(attr->children->content); 222 //OSG_ DEBUG<< "Attribute name: " << attr->name << " value: " << attr->children->content << std::endl;222 //OSG_ALWAYS << "Attribute name: " << attr->name << " value: " << attr->children->content << std::endl; 223 223 attr = attr->next; 224 224 }
Note: See TracChangeset
for help on using the changeset viewer.