Ignore:
Timestamp:
05/26/15 17:35:06 (10 years ago)
Author:
epyon
Message:
  • MASSIVE commit
  • common.hh - size_t, ptrdiff_t, nv:: namespace, NV_ALIGN_OF and basic template tools
  • STL - algorithm.hh, iterator.hh, limits.hh, numeric.hh and type_info.hh
  • STL - updates to memory, array and string
File:
1 edited

Legend:

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

    r367 r374  
    172172        source.read( surface->vertices, sizeof( md3_vertex_t ), static_cast<size_t>( surface->header.num_verts * surface->header.num_frames ) );
    173173
    174         if ( source.tell() != static_cast<std::size_t>( pos + surface->header.ofs_end ) ) return false;
     174        if ( source.tell() != static_cast<size_t>( pos + surface->header.ofs_end ) ) return false;
    175175
    176176        return true;
Note: See TracChangeset for help on using the changeset viewer.