Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2005, 11:27:39 PM (18 years ago)
Author:
patrick
Message:

orxonox/trunk: the const collision detection war - strike

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/bv_tree_node.h

    r5684 r5688  
    2626  virtual ~BVTreeNode();
    2727
    28   virtual void spawnBVTree(const int depth, sVec3D *verticesList, const int length ) = 0;
     28  virtual void spawnBVTree(const int depth, const sVec3D *verticesList, unsigned int length ) = 0;
    2929  virtual void spawnBVTree(const int depth, const modelInfo& modInfo) = 0;
    3030
Note: See TracChangeset for help on using the changeset viewer.