Ignore:
Timestamp:
06/01/15 20:39:35 (10 years ago)
Author:
epyon
Message:
  • massive C++11 update (upgrade to MSVC 2015)
  • array/dynamic_array - fully based on memory containers (will be moved) (in progress)
File:
1 edited

Legend:

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

    r380 r382  
    238238                        aiMesh* mesh = scene->mMeshes[mc];
    239239
    240                         NV_LOG_NOTICE( "Mesh #", mc, "   - ", std::string( mesh->mName.data ) );
     240                        NV_LOG_NOTICE( "Mesh #", mc, "   - ", string_ref( (char*)mesh->mName.data ) );
    241241                        NV_LOG_NOTICE( "  bones   - ", mesh->mNumBones );
    242242                        NV_LOG_NOTICE( "  uvs     - ", mesh->mNumUVComponents[0] );
Note: See TracChangeset for help on using the changeset viewer.