Changeset 525 for trunk/src/bullet


Ignore:
Timestamp:
10/28/16 22:33:56 (9 years ago)
Author:
epyon
Message:
  • its true, I tell you
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bullet/bullet_world.cc

    r520 r525  
    121121}
    122122
    123 nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< int > idx )
     123nv::collision_shape nv::bullet_world::create_mesh( array_view< vec3 > vtx, array_view< uint32 > idx )
    124124{
    125125        btTriangleMesh* mesh = new btTriangleMesh;
     
    274274{
    275275        if ( !sh.internal ) return;
    276         if ( sh.mesh );
     276        if ( sh.mesh )
    277277        {
    278278                btStridingMeshInterface* smi = static_cast<btStridingMeshInterface*>( sh.mesh );
Note: See TracChangeset for help on using the changeset viewer.