Ignore:
Timestamp:
10/14/16 18:17:17 (9 years ago)
Author:
epyon
Message:
  • updates lol
File:
1 edited

Legend:

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

    r509 r522  
    8585
    8686                NV_LOG_ERROR( "Resource path fail! - ", path );
    87                 NV_ASSERT( false, "Resource path fail!" );
     87                //NV_ASSERT( false, "Resource path fail!" );
    8888        }
    8989        else
    9090        {
    9191                NV_LOG_ERROR( "Resource lock fail! - ", path );
    92                 NV_ASSERT( false, "Resource lock fail!" );
     92                //NV_ASSERT( false, "Resource lock fail!" );
    9393        }
    9494        return nv::resource< nv::data_channel_set >();
Note: See TracChangeset for help on using the changeset viewer.