Changeset 204 for trunk/src/gfx


Ignore:
Timestamp:
08/17/13 21:22:56 (12 years ago)
Author:
cahir
Message:

Fix warnings on MacOSX 64-bit with clang 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/keyframed_mesh.cc

    r183 r204  
    5858}
    5959
    60 uint32 keyframed_mesh::get_max_frames() const
     60size_t keyframed_mesh::get_max_frames() const
    6161{
    6262        return m_data->get_frame_count();
     
    122122void nv::keyframed_mesh::draw( render_state& rstate )
    123123{
    124         nv::uint32 vtx_count = m_data->get_vertex_count();
     124        size_t vtx_count = m_data->get_vertex_count();
    125125        if ( m_gpu_last_frame != m_last_frame )
    126126        {
Note: See TracChangeset for help on using the changeset viewer.