Ignore:
Timestamp:
Feb 14, 2011, 8:38:47 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/extLink/dataIO_extLinkVCL.cpp

    r221 r240  
    220220                        if( attr_name == "name" )
    221221                                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;
    223223                        attr = attr->next;
    224224                }
Note: See TracChangeset for help on using the changeset viewer.