Ignore:
Timestamp:
01/12/17 14:41:17 (8 years ago)
Author:
epyon
Message:

CONTINUED:

  • getting rid of size_t
  • datatypes now restricted to uint32 size
  • 64-bit compatibility
  • copyright updates where modified
File:
1 edited

Legend:

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

    r522 r534  
    3535        nv::string_view sub_mesh_name;
    3636        nv::string128 base_mesh_name( path );
    37         nv::size_t sub_mesh_pos = path.find( ":" );
    38         nv::size_t dot_pos = path.find( "." );
     37        nv::uint32 sub_mesh_pos = path.find( ":" );
     38        nv::uint32 dot_pos = path.find( "." );
    3939        if ( sub_mesh_pos != nv::string_view::npos )
    4040        {
Note: See TracChangeset for help on using the changeset viewer.