Changeset 432 for trunk/src


Ignore:
Timestamp:
07/21/15 14:12:57 (10 years ago)
Author:
epyon
Message:
  • dedicated hash_store used instead of unordered_map
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/assimp_loader.cc

    r431 r432  
    88
    99#include "nv/interface/data_channel_access.hh"
    10 #include "nv/stl/unordered_map.hh"
     10#include "nv/stl/hash_store.hh"
    1111#include "nv/lib/assimp.hh"
    1212
     
    288288        const aiScene* scene = reinterpret_cast<const aiScene*>( m_scene );
    289289        mesh_nodes_data* result = new mesh_nodes_data( make_name( "bones" ) );
    290         hashed_table< shash64, uint16 > names;
     290        hash_store< shash64, uint16 > names;
    291291        for ( unsigned int m = 0; m < m_mesh_count; ++m )
    292292        {
Note: See TracChangeset for help on using the changeset viewer.