Changeset 431 for trunk/src/formats/md3_loader.cc
- Timestamp:
- 07/21/15 13:31:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/md3_loader.cc
r427 r431 420 420 uint32 node_count = uint32( md3->header.num_tags ); 421 421 if ( node_count == 0 ) return nullptr; 422 mesh_nodes_data* result = new mesh_nodes_data( m_strings ? m_strings->insert( "tags" ) : 0);422 mesh_nodes_data* result = new mesh_nodes_data( m_strings ? m_strings->insert( "tags" ) : shash64() ); 423 423 for ( uint32 i = 0; i < node_count; ++i ) 424 424 {
Note: See TracChangeset
for help on using the changeset viewer.