Ignore:
Timestamp:
01/05/17 13:50:41 (8 years ago)
Author:
epyon
Message:
  • mass update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/resource_system.cc

    r524 r529  
    4444                lua::table_guard sub_table( table, i + 1 );
    4545                string64 id = sub_table.get_string64( "id" );
    46                 NV_ASSERT( m_id_hash.find( id ) == m_id_hash.end(), "HASH COLLISION - ", id, " - ", m_id_hash[id] );
     46                NV_ASSERT( m_id_hash.find( id ) == m_id_hash.end(), "HASH COLLISION" );
    4747                m_id_hash[id] = id;
    4848        }
Note: See TracChangeset for help on using the changeset viewer.