Changeset 154


Ignore:
Timestamp:
07/08/13 17:33:03 (12 years ago)
Author:
epyon
Message:
  • minor fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/formats/md3_loader.hh

    r153 r154  
    6464                const std::vector< vec3 >& get_positions() { return m_positions; }
    6565                const std::vector< vec3 >& get_normals() { return m_normals; }
    66                 const std::vector< vec3 >& get_positions() { return m_positions; }
    6766                const std::vector< vec2 >& get_texcoords() { return m_texcoords; }
    6867                const std::vector< uint16 >& get_indices() { return m_indices; }
Note: See TracChangeset for help on using the changeset viewer.