Changeset 509 for trunk/src/engine/material_manager.cc
- Timestamp:
- 07/26/16 20:24:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/material_manager.cc
r508 r509 63 63 if ( table.is_string( "path" ) ) 64 64 { 65 m->id = table.get_string128( "id" ); 65 66 string128 path = table.get_string128( "path" ); 66 67 for ( uint32 i = 0; i < 5; ++i ) … … 77 78 if ( i != TEX_EMISSIVE ) 78 79 NV_LOG_ERROR( "Texture file not found! : ", m->paths[i] ); 79 //m->paths[i].clear(); 80 if ( m_clear_paths ) 81 m->paths[i].clear(); 80 82 } 81 83 }
Note: See TracChangeset
for help on using the changeset viewer.