Ignore:
Timestamp:
04/29/16 12:42:28 (9 years ago)
Author:
epyon
Message:
  • mass update (will try to do atomic from now)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/mesh_creator.cc

    r487 r491  
    388388        {
    389389        case USHORT: swap_culling_impl< uint16 >( m_idx_channel ); break;
    390         case UINT: swap_culling_impl< uint16 >( m_idx_channel ); break;
     390        case UINT: swap_culling_impl< uint32 >( m_idx_channel ); break;
    391391        default: NV_ASSERT( false, "Swap culling supports only unsigned and unsigned short indices!" ); break;
    392392        }
Note: See TracChangeset for help on using the changeset viewer.