Ignore:
Timestamp:
07/03/13 19:46:30 (12 years ago)
Author:
epyon
Message:
  • array2d - fixed [] operator
  • mesh - fixed get_attribute
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/mesh.hh

    r121 r141  
    9494                {
    9595                        map::iterator i = m_map.find( attr );
    96                         if ( i != m_map.end() && i->second->get_type() != type_to_enum<T>() )
     96                        if ( i != m_map.end() && i->second->get_type() != type_to_enum<T>::type )
    9797                        {
    9898                                return ((vertex_attribute<T>*)(i->second));
Note: See TracChangeset for help on using the changeset viewer.