Changeset 431 for trunk/src/formats/assimp_loader.cc
- Timestamp:
- 07/21/15 13:31:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/assimp_loader.cc
r428 r431 288 288 const aiScene* scene = reinterpret_cast<const aiScene*>( m_scene ); 289 289 mesh_nodes_data* result = new mesh_nodes_data( make_name( "bones" ) ); 290 unordered_map< uint64, uint16 > names;290 hashed_table< shash64, uint16 > names; 291 291 for ( unsigned int m = 0; m < m_mesh_count; ++m ) 292 292 {
Note: See TracChangeset
for help on using the changeset viewer.