Ignore:
Timestamp:
01/16/09 17:32:00 (16 years ago)
Author:
mattausch
Message:

probably found export error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/BvhLoader.cpp

    r3269 r3282  
    140140        Bvh *bvh = new Bvh(staticEntities, dynamicEntities, maxDepthForTestingChildren); 
    141141 
    142         BvhConstructor bvhConstructor(bvh->mGeometry,  
    143                                           0, 
     142        BvhConstructor bvhConstructor(bvh->mGeometry, 0, 
    144143                                                                  (int)bvh->mStaticGeometrySize - 1); 
    145144 
Note: See TracChangeset for help on using the changeset viewer.