Changeset 534 for trunk/src/engine/mesh_manager.cc
- Timestamp:
- 01/12/17 14:41:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/mesh_manager.cc
r522 r534 35 35 nv::string_view sub_mesh_name; 36 36 nv::string128 base_mesh_name( path ); 37 nv:: size_tsub_mesh_pos = path.find( ":" );38 nv:: size_tdot_pos = path.find( "." );37 nv::uint32 sub_mesh_pos = path.find( ":" ); 38 nv::uint32 dot_pos = path.find( "." ); 39 39 if ( sub_mesh_pos != nv::string_view::npos ) 40 40 {
Note: See TracChangeset
for help on using the changeset viewer.