Ignore:
Timestamp:
10/30/15 15:02:06 (10 years ago)
Author:
epyon
Message:
  • resource system cleanups
File:
1 edited

Legend:

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

    r471 r479  
    303303{
    304304        shash64 id = table.get_string_hash_64( "id" );
    305         if ( !id.valid() )
     305        if ( !id )
    306306        {
    307307                NV_LOG_ERROR( "Bad table passed to particle_engine!" )
Note: See TracChangeset for help on using the changeset viewer.