Changeset 231 for trunk/src/gfx/skeletal_mesh.cc
- Timestamp:
- 05/06/14 13:38:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gfx/skeletal_mesh.cc
r230 r231 12 12 13 13 nv::skeletal_mesh::skeletal_mesh( context* a_context, md5_loader* a_loader ) 14 : animated_mesh( a_context)14 : animated_mesh() 15 15 , m_data( a_loader ) 16 16 , m_animation( nullptr )
Note: See TracChangeset
for help on using the changeset viewer.