Changeset 197 for trunk/src


Ignore:
Timestamp:
08/11/13 13:32:41 (12 years ago)
Author:
epyon
Message:
  • clang compilation fixed
  • gcc compilation fixed
  • warning cleanup will follow
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md5_loader.cc

    r192 r197  
    276276        auto normal   = m->add_attribute< vec3 >( "nv_normal" );
    277277        auto texcoord = m->add_attribute< vec2 >( "nv_texcoord" );
    278         auto tangent  = m->add_attribute< vec2 >( "nv_tangent" );
     278        auto tangent  = m->add_attribute< vec3 >( "nv_tangent" );
    279279        auto indices  = m->add_indices< uint32 >();
    280280
Note: See TracChangeset for help on using the changeset viewer.