Changeset 204 for trunk/src/gfx/keyframed_mesh.cc
- Timestamp:
- 08/17/13 21:22:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/keyframed_mesh.cc
r183 r204 58 58 } 59 59 60 uint32keyframed_mesh::get_max_frames() const60 size_t keyframed_mesh::get_max_frames() const 61 61 { 62 62 return m_data->get_frame_count(); … … 122 122 void nv::keyframed_mesh::draw( render_state& rstate ) 123 123 { 124 nv::uint32vtx_count = m_data->get_vertex_count();124 size_t vtx_count = m_data->get_vertex_count(); 125 125 if ( m_gpu_last_frame != m_last_frame ) 126 126 {
Note: See TracChangeset
for help on using the changeset viewer.